aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-02-07 21:56:59 +0100
committerAlex Legler <alex@a3li.li>2015-02-07 21:56:59 +0100
commit8abd9d06eddb8ae564fd46a41594343608b43ad8 (patch)
tree477b96573993b0e92d8417980ce276e2063e5ae1
parentReduce box-shadow on the footer a bit (diff)
downloadtyrian-theme-8abd9d06eddb8ae564fd46a41594343608b43ad8.tar.gz
tyrian-theme-8abd9d06eddb8ae564fd46a41594343608b43ad8.tar.bz2
tyrian-theme-8abd9d06eddb8ae564fd46a41594343608b43ad8.zip
Less pink on <code>
-rw-r--r--sources/css/tyrian/bootstrap/variables-tyrian.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/css/tyrian/bootstrap/variables-tyrian.less b/sources/css/tyrian/bootstrap/variables-tyrian.less
index 2ba1531..8bb9feb 100644
--- a/sources/css/tyrian/bootstrap/variables-tyrian.less
+++ b/sources/css/tyrian/bootstrap/variables-tyrian.less
@@ -34,6 +34,9 @@
@icon-font-path: "";
+@code-color: #3e355a;
+@code-bg: #eee;
+
// Default navbar (purple)
@navbar-default-color: #fff;
@navbar-default-bg: @gentoo-purple;