css reformat
This commit is contained in:
parent
3143462043
commit
16278fc1cc
1 changed files with 4 additions and 5 deletions
|
@ -96,8 +96,7 @@ header::after { /* the background image behind the sidebar */
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
/*noinspection CssInvalidFunction*/
|
/*noinspection CssInvalidFunction*/
|
||||||
background: linear-gradient(to bottom, #333, #333 10%, 70%, transparent),
|
background: linear-gradient(to bottom, #333, #333 10%, 70%, transparent),
|
||||||
/* image("/assets/img/background.webp", "/assets/img/background.jpeg") no-repeat bottom center/cover, */
|
/* image("/assets/img/background.webp", "/assets/img/background.jpeg") no-repeat bottom center/cover, */ url("/assets/img/background.jpeg") no-repeat bottom center/cover,
|
||||||
url("/assets/img/background.jpeg") no-repeat bottom center/cover,
|
|
||||||
#333;
|
#333;
|
||||||
filter: blur(3px) saturate(75%);
|
filter: blur(3px) saturate(75%);
|
||||||
content: "";
|
content: "";
|
||||||
|
@ -191,7 +190,7 @@ nav a.current::before {
|
||||||
/* dark theme */
|
/* dark theme */
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
body, main article {
|
body, main article {
|
||||||
background: #282A36;
|
background: #282a36;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
main article a {
|
main article a {
|
||||||
|
|
Loading…
Reference in a new issue