1
0
forked from noxious/client

Cleaned up assets, added default border values to main.scss

This commit is contained in:
2024-12-26 20:03:42 +01:00
parent 680661f07c
commit 179ceb0ca0
32 changed files with 38 additions and 34 deletions

View File

@ -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"
/>