- universal text-shadow, not just for #chat now.

- (potential performance hit?)
- additional box shadow under notes (?) circle border.
This commit is contained in:
RossAscends
2023-04-12 13:09:54 +09:00
parent e1b514ef5a
commit 391dc4e31c

View File

@@ -55,6 +55,7 @@
-moz-osx-font-smoothing: grayscale;
-moz-appearance: auto;
scroll-behavior: smooth;
text-shadow: 0 0 3px black;
}
html {
@@ -1776,6 +1777,7 @@ input[type="range"]::-webkit-slider-thumb {
opacity: 0.7;
margin: 0 5px;
text-align: center;
box-shadow: 0 0 3px black;
}