mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
small update to universal shadows
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user