change demo styling

This commit is contained in:
Philipp Kühn 2021-08-26 18:28:40 +02:00
parent 02ec031ca0
commit 2407732df4
2 changed files with 4 additions and 1 deletions

View File

@ -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'

View File

@ -8,6 +8,9 @@ module.exports = {
theme: {
extend: {
borderWidth: {
3: '3px',
},
colors: {
code: {
attrName: '#faf594',