This commit is contained in:
MeowcaTheoRange 2024-08-29 15:59:46 -05:00
parent ea669dbed7
commit d2007c518f

View file

@ -189,8 +189,9 @@ hr {
.web-button.noimg { .web-button.noimg {
text-shadow: 1px 1px 0 #000; text-shadow: 1px 1px 0 #000;
box-shadow: box-shadow:
inset -1px -1px 0 0 #000,
inset 1px 1px 0 0 #fff, inset 1px 1px 0 0 #fff,
inset -1px -1px 0 0 #000; inset -2px -2px 0 0 #0008;
/* background-image: linear-gradient(135deg, transparent, #8888); */ /* background-image: linear-gradient(135deg, transparent, #8888); */
} }
@ -215,8 +216,9 @@ hr {
.web-button.noimg:hover { .web-button.noimg:hover {
box-shadow: box-shadow:
inset 1px 1px 0 0 #fff,
inset -1px -1px 0 0 #000, inset -1px -1px 0 0 #000,
inset 1px 1px 0 0 #fff,
inset -2px -2px 0 0 #0008,
4px 4px 0 -1px var(--shadow), 4px 4px 0 -1px var(--shadow),
3px 3px 0 -1px var(--shadow), 3px 3px 0 -1px var(--shadow),
2px 2px 0 -1px var(--shadow), 2px 2px 0 -1px var(--shadow),