add a cloud background
doesn't repeat as on firefox 142 for some reason, but it looks nice in safari and probably chrome
This commit is contained in:
parent
1d3699566a
commit
bf35c19361
2 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,11 @@ body {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background-color: var(--background-body);
|
background-color: var(--background-body);
|
||||||
font-family: ComicShannsMono Nerd Font, Chalkboard, Comic Sans MS, sans-serif;
|
font-family: ComicShannsMono Nerd Font, Chalkboard, Comic Sans MS, sans-serif;
|
||||||
|
|
||||||
|
background-image: url("/img/background.jpg");
|
||||||
|
background-position: 100% 100%;
|
||||||
|
background-size: cover;
|
||||||
|
backdrop-filter: blur(100px);
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
|
||||||
BIN
img/background.jpg
Normal file
BIN
img/background.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Loading…
Add table
Add a link
Reference in a new issue