change demo styling
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="overflow-hidden rounded-b-xl">
|
<div class="overflow-hidden rounded-b-xl">
|
||||||
<div
|
<div
|
||||||
class="border-2 border-black last:rounded-b-xl"
|
class="bg-white border-3 border-black last:rounded-b-xl"
|
||||||
:class="[
|
:class="[
|
||||||
showTabs && firstTabSelected
|
showTabs && firstTabSelected
|
||||||
? 'rounded-tr-xl'
|
? 'rounded-tr-xl'
|
||||||
|
|||||||
@@ -8,6 +8,9 @@ module.exports = {
|
|||||||
|
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
|
borderWidth: {
|
||||||
|
3: '3px',
|
||||||
|
},
|
||||||
colors: {
|
colors: {
|
||||||
code: {
|
code: {
|
||||||
attrName: '#faf594',
|
attrName: '#faf594',
|
||||||
|
|||||||
Reference in New Issue
Block a user