change demo styling
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user