mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
change demo styling
This commit is contained in:
parent
02ec031ca0
commit
2407732df4
@ -21,7 +21,7 @@
|
||||
</div>
|
||||
<div class="overflow-hidden rounded-b-xl">
|
||||
<div
|
||||
class="border-2 border-black last:rounded-b-xl"
|
||||
class="bg-white border-3 border-black last:rounded-b-xl"
|
||||
:class="[
|
||||
showTabs && firstTabSelected
|
||||
? 'rounded-tr-xl'
|
||||
|
@ -8,6 +8,9 @@ module.exports = {
|
||||
|
||||
theme: {
|
||||
extend: {
|
||||
borderWidth: {
|
||||
3: '3px',
|
||||
},
|
||||
colors: {
|
||||
code: {
|
||||
attrName: '#faf594',
|
||||
|
Loading…
Reference in New Issue
Block a user