summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
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;
}