Compare commits
2 commits
9eacbbbd46
...
3ef4a45253
Author | SHA1 | Date | |
---|---|---|---|
3ef4a45253 | |||
28af488e93 |
1 changed files with 13 additions and 1 deletions
|
@ -5,11 +5,23 @@
|
|||
#define COL5 #FEC89A
|
||||
|
||||
body {
|
||||
font-family: serif;
|
||||
font-family: sans-serif;
|
||||
max-width: 600px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
a {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #101010;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: dimgray;
|
||||
}
|
||||
|
||||
.content {
|
||||
color: #101010;
|
||||
overflow: auto;
|
||||
|
|
Loading…
Reference in a new issue