fix css
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
[
|
||||
{
|
||||
"date": "1/29/2024",
|
||||
"simpleDescription": "Proxy back up"
|
||||
},
|
||||
{
|
||||
"date": "1/25/2024",
|
||||
"simpleDescription": "Changed featured game to 99 Balls 3D"
|
||||
|
||||
@@ -27,9 +27,8 @@
|
||||
.navbar.scrolling {
|
||||
background-color: var(--background-darker);
|
||||
color: black;
|
||||
backdrop-filter: blur(3px);
|
||||
-webkit-backdrop-filter: blur(3px);
|
||||
|
||||
backdrop-filter: blur(10px);
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
}
|
||||
|
||||
.navbar>.title {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
body[data-theme='dark'] {
|
||||
--background-color: rgba(0, 0, 0, 0.8);
|
||||
--background-darker: rgba(26, 25, 32, 0.75);
|
||||
--background-darker: rgba(0, 0, 0, 0.9);
|
||||
--text: #fff;
|
||||
--sidebar-bg: #161f2eef;
|
||||
--button-bg: #1c1c1c69;
|
||||
@@ -16,8 +16,8 @@ body[data-theme='dark'] {
|
||||
}
|
||||
|
||||
body[data-theme='light'] {
|
||||
--background-color: rgba(255, 255, 255, 0.8);
|
||||
--background-darker: rgba(235, 235, 235, 0.8);
|
||||
--background-color: #fff;
|
||||
--background-darker: var(--background-color);
|
||||
--text: #000;
|
||||
--hover: #757575;
|
||||
--sidebar-bg: #ffffffee;
|
||||
@@ -214,7 +214,7 @@ body[data-theme='violet'] {
|
||||
}
|
||||
|
||||
@media screen and (prefers-color-scheme: light) {
|
||||
body[data-theme='light'] {
|
||||
body[data-theme='system-default'] {
|
||||
--background-color: #fff;
|
||||
--background-darker: var(--background-color);
|
||||
--text: #000;
|
||||
|
||||
Reference in New Issue
Block a user