css: make dark mode colors easier on the eyes
subjectively
This commit is contained in:
parent
dc2449769e
commit
1b5bb837ea
1 changed files with 6 additions and 2 deletions
|
|
@ -77,8 +77,8 @@ main {
|
|||
}
|
||||
|
||||
body {
|
||||
--fg: #f6f6f6;
|
||||
--bg: #040402;
|
||||
--fg: #f2ebe6;
|
||||
--bg: #0d0c02;
|
||||
--light: #aeaeae;
|
||||
--accent: #fff831;
|
||||
--accent2: #b94d04;
|
||||
|
|
@ -105,6 +105,10 @@ ol {
|
|||
margin-inline: auto;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: circle;
|
||||
}
|
||||
|
||||
li > p {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue