Quartz sync: Jan 13, 2024, 7:45 PM

This commit is contained in:
bfahrenfort 2024-01-13 19:45:10 -06:00
parent 34fda94f36
commit 09c2a6e5db

View File

@ -5,19 +5,14 @@ $backg: "/static/moon-light.png";
[saved-theme="dark"] body::before {
filter: invert(100%);
opacity: 0.05;
}
body::before {
filter: invert(0%);
content: "";
content: url("/static/moon-light.png");
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
background-image: url("/static/moon-light.png");
background-size: 125%;
opacity: 0.1;
background-repeat: no-repeat;
opacity: 0.03;
overflow: auto;
}