Modify site quite a bit

This commit is contained in:
Zoey 2022-10-03 00:46:59 -07:00
parent c3d9885e33
commit 80addc6a74
No known key found for this signature in database
GPG key ID: 0E87B6A5795E040B
6 changed files with 17 additions and 11 deletions

View file

@ -7,13 +7,13 @@ body {
--bg-color: #eee;
--text-color: black;
--accent-color: #0ad;
--accent-text-color: var(--text-color);
--accent-color: #b520e7;
--accent-text-color: var(--bg-color);
@media (prefers-color-scheme: dark) {
--bg-color: #333;
--text-color: #aaa;
--accent-text-color: var(--bg-color);
--text-color: #ccc;
--accent-text-color: black;
}
}
@ -47,3 +47,7 @@ a {
main.page {
margin: 8px;
}
abbr {
cursor: help;
}