initial commit
This commit is contained in:
commit
6c1c2fc043
11 changed files with 3112 additions and 0 deletions
46
data/style/style.css
Normal file
46
data/style/style.css
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
:root {
|
||||
--text-color: #575279;
|
||||
--text-color-alt: #797593;
|
||||
--background-color: #faf4ed;
|
||||
--background-color-alt: #fffaf3;
|
||||
--background-overlay: #f2e9e1;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #56949f;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #286983;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #907aa9;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: #cecacd;
|
||||
color: #fffaf3;
|
||||
}
|
||||
|
||||
aside {
|
||||
background-color: var(--background-overlay);
|
||||
}
|
||||
|
||||
aside:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #b4637a;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #d7827e;
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: #ea9d34;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue