Compare commits

...

2 commits

Author SHA1 Message Date
c591fd2311
add a dotted border to nav bar items 2025-09-03 02:06:18 +10:00
bf35c19361
add a cloud background
doesn't repeat as on firefox 142 for some reason, but it looks nice in
safari and probably chrome
2025-09-03 02:04:34 +10:00
2 changed files with 6 additions and 0 deletions

View file

@ -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 {
@ -167,6 +172,7 @@ nav {
color: var(--text) !important; color: var(--text) !important;
background-color: var(--background); background-color: var(--background);
border-radius: var(--rounding); border-radius: var(--rounding);
border: #000000 2px dotted;
list-style-type: none; list-style-type: none;
margin: 0; margin: 0;

BIN
img/background.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB