diff options
author | syn <isaqtm@gmail.com> | 2020-02-18 23:36:56 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-02-18 23:36:56 +0300 |
commit | 130691ada3ff9d0c8e9fa4378ae461d66f66871d (patch) | |
tree | b80a3062f6787bd9182e76ab16363a8ac62b7262 /style.css | |
parent | 074180782399888d4d6696f13cbf95818b40bf3f (diff) | |
download | iro-130691ada3ff9d0c8e9fa4378ae461d66f66871d.tar.gz |
Add links
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -61,23 +61,25 @@ h1 { /* Categories */ -ul:nth-child(1) { + + +ul.wikicol { color: #9ed670; } -ul:nth-child(2) { +ul.progcol { color: #6bd2db; } -ul:nth-child(3) { +ul.algcol { color: #ebdada; } -ul:nth-child(4) { +ul.dmcol { color: #e8702a; } -ul:nth-child(5) { +ul.any { color: #ffbe4f; } @@ -98,7 +100,7 @@ li { */ body { - font-family: 'Ubuntu Mono', monospace; + font-family: 'Inconsolata', monospace; margin: 0; overflow-x: hidden; text-align: center; @@ -123,7 +125,7 @@ li, a { color: var(--text-color); display: inline-block; position: relative; - font-size: 2em; + font-size: 1.5em; letter-spacing: normal; transition: color 200ms; } |