core: remove shadows

This commit is contained in:
Trianta 2024-11-26 00:41:14 -06:00
parent fa7fc16fd2
commit a6ffab5181

View File

@ -30,7 +30,6 @@ canvas {
}
#navBarLeft {
text-shadow:1px 1px 10px #fe640b;
text-align: left;
font-size: 14px;
padding: 4px;
@ -107,9 +106,9 @@ a {
}
a:hover, a:active {
color: #fe640b;
border-radius: 9px;
text-decoration: underline;
animation: hover 3s linear infinite;
}
a.button {