Compare commits
2 commits
1d3699566a
...
c591fd2311
| Author | SHA1 | Date | |
|---|---|---|---|
| c591fd2311 | |||
| bf35c19361 |
2 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,11 @@ body {
|
|||
height: 100vh;
|
||||
background-color: var(--background-body);
|
||||
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 {
|
||||
|
|
@ -167,6 +172,7 @@ nav {
|
|||
color: var(--text) !important;
|
||||
background-color: var(--background);
|
||||
border-radius: var(--rounding);
|
||||
border: #000000 2px dotted;
|
||||
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
|
|
|
|||
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