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 { [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;
} }