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

@ -128,7 +128,7 @@ button {
&.active,
&.selected,
&:hover {
@apply bg-gray-700 border-gray-700;
@apply bg-gray border-gray;
}
}
@ -157,6 +157,10 @@ button {
}
}
.default-border {
@apply border border-solid border-gray-500;
}
.text-pixel {
@apply text-white font-ui drop-shadow-pixel-black;
}