diff options
author | Anika Henke <anika@selfthinker.org> | 2014-02-16 19:55:14 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2014-02-16 19:55:14 +0000 |
commit | 6198904b0be1a338f774922e09c4b0d5050d853e (patch) | |
tree | 4e25d793d98833f2bb22497a404db64729636730 /lib/tpl | |
parent | f379edc2c80eee8cab2b94a4374113a0100f3929 (diff) | |
download | rpg-6198904b0be1a338f774922e09c4b0d5050d853e.tar.gz rpg-6198904b0be1a338f774922e09c4b0d5050d853e.tar.bz2 |
generalised link colour in header, making interwiki links blue as well (to fit design)
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/dokuwiki/css/design.less | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/tpl/dokuwiki/css/design.less b/lib/tpl/dokuwiki/css/design.less index 42292de49..235f6d6bc 100644 --- a/lib/tpl/dokuwiki/css/design.less +++ b/lib/tpl/dokuwiki/css/design.less @@ -48,6 +48,12 @@ margin-bottom: 0; font-size: 0.875em; } + + /* make all links in header (including breadcrumb and interwiki) same colour as the rest */ + a { + color: @ini_link; + background-color: inherit; + } } [dir=rtl] #dokuwiki__header h1 img { @@ -260,11 +266,6 @@ border-bottom: 1px solid @ini_border; } - a { - color: @ini_link; - background-color: inherit; - } - .bcsep { font-size: 0.75em; } |