mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-09 18:16:40 -07:00
Modify site quite a bit
This commit is contained in:
parent
27765fa16a
commit
5609b4fb1c
6 changed files with 17 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue