From 130691ada3ff9d0c8e9fa4378ae461d66f66871d Mon Sep 17 00:00:00 2001 From: syn Date: Tue, 18 Feb 2020 23:36:56 +0300 Subject: Add links --- index.html | 43 ++++++++++--------------------------------- style.css | 16 +++++++++------- 2 files changed, 19 insertions(+), 40 deletions(-) diff --git a/index.html b/index.html index 3163da3..f2dcaaf 100644 --- a/index.html +++ b/index.html @@ -3,49 +3,26 @@ new tab + +

- - - - - + +
diff --git a/style.css b/style.css index a5b2b05..7c67dd2 100644 --- a/style.css +++ b/style.css @@ -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; } -- cgit v1.2.1-18-gbd029