aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-01-08 22:22:25 +0100
committerAlex Legler <alex@a3li.li>2015-01-08 22:22:25 +0100
commit692eb51d9d22b2a7eda2dfdd519e3417787ad893 (patch)
treed5baeb599264f65aae7c9d0bdb960ae60a851387
parentFix (hopefully) last image path (diff)
downloadtyrian-theme-692eb51d9d22b2a7eda2dfdd519e3417787ad893.tar.gz
tyrian-theme-692eb51d9d22b2a7eda2dfdd519e3417787ad893.tar.bz2
tyrian-theme-692eb51d9d22b2a7eda2dfdd519e3417787ad893.zip
Back to blue links
They are much more readable than the purple ones we have right now. Besides, purple is already taken as the :visited link color. Color shamelessly stolen from MediaWiki
-rw-r--r--sources/css/tyrian/bootstrap/variables-tyrian.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/css/tyrian/bootstrap/variables-tyrian.less b/sources/css/tyrian/bootstrap/variables-tyrian.less
index dc9cfd3..d356ed5 100644
--- a/sources/css/tyrian/bootstrap/variables-tyrian.less
+++ b/sources/css/tyrian/bootstrap/variables-tyrian.less
@@ -4,6 +4,8 @@
@gentoo-purple-grey: #DDDAEC;
@gentoo-green: #73D216;
+@link-color: #36B;
+
@headings-font-family: 'Bitter', 'Open Sans', sans-serif;
@headings-font-weight: 400;