small update to universal shadows

This commit is contained in:
RossAscends
2023-04-19 04:07:06 +09:00
parent d54c9b01ef
commit a07d1ac73a

View File

@@ -63,7 +63,7 @@
box-sizing: border-box; box-sizing: border-box;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
text-shadow: 0 0 3px black; text-shadow: 0px 0px 3px black;
} }
html { html {
@@ -1223,8 +1223,6 @@ input[type=search]:focus::-webkit-search-cancel-button {
} }
#result_info { #result_info {
color: var(--white30a);
/* display: flex; */
font-size: calc(var(--mainFontSize) - 0.2rem); font-size: calc(var(--mainFontSize) - 0.2rem);
font-weight: bold; font-weight: bold;
} }