mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
- universal text-shadow, not just for #chat now.
- (potential performance hit?) - additional box shadow under notes (?) circle border.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user