dev #1

Merged
sauceyred merged 36 commits from dev into main 2025-05-29 03:01:50 +00:00
Showing only changes of commit cedf3c201f - Show all commits

View file

@ -18,6 +18,10 @@ body {
margin: 0; margin: 0;
} }
*:focus-visible {
outline: 1px solid rgb(150, 150, 150);
}
a { a {
color: aquamarine; color: aquamarine;
} }