forked from noxious/client
Cleaned up assets, added default border values to main.scss
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<div
|
||||
:class="{
|
||||
'bg-[url(/assets/ui-texture.png)] bg-no-repeat bg-center bg-cover opacity-90': bgStyle === 'textured',
|
||||
'bg-gray-700': bgStyle !== 'textured'
|
||||
'bg-gray': bgStyle !== 'textured'
|
||||
}"
|
||||
class="rounded-t absolute w-full h-full top-0 left-0"
|
||||
/>
|
||||
@ -29,7 +29,7 @@
|
||||
:class="{
|
||||
'bg-[url(/assets/ui-texture.png)] bg-no-repeat bg-center bg-cover opacity-90': bgStyle === 'textured',
|
||||
'bg-gray-800': bgStyle === 'dark',
|
||||
'bg-gray-700': bgStyle === 'none'
|
||||
'bg-gray': bgStyle === 'none'
|
||||
}"
|
||||
class="rounded-b absolute w-full h-full top-0 left-0"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user