mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-31 00:34:05 -06:00
Quartz sync: Jan 13, 2024, 7:45 PM
This commit is contained in:
parent
34fda94f36
commit
09c2a6e5db
@ -5,19 +5,14 @@ $backg: "/static/moon-light.png";
|
|||||||
|
|
||||||
[saved-theme="dark"] body::before {
|
[saved-theme="dark"] body::before {
|
||||||
filter: invert(100%);
|
filter: invert(100%);
|
||||||
opacity: 0.05;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body::before {
|
body::before {
|
||||||
filter: invert(0%);
|
filter: invert(0%);
|
||||||
content: "";
|
content: url("/static/moon-light.png");
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
right: 0px;
|
|
||||||
bottom: 0px;
|
|
||||||
left: 0px;
|
left: 0px;
|
||||||
background-image: url("/static/moon-light.png");
|
opacity: 0.03;
|
||||||
background-size: 125%;
|
overflow: auto;
|
||||||
opacity: 0.1;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user