summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2020-02-18 23:36:56 +0300
committersyn <isaqtm@gmail.com>2020-02-18 23:36:56 +0300
commit130691ada3ff9d0c8e9fa4378ae461d66f66871d (patch)
treeb80a3062f6787bd9182e76ab16363a8ac62b7262 /style.css
parent074180782399888d4d6696f13cbf95818b40bf3f (diff)
downloadiro-130691ada3ff9d0c8e9fa4378ae461d66f66871d.tar.gz
Add links
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 9 insertions, 7 deletions
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;
}