Skip to content
Snippets Groups Projects
Commit 6198904b authored by Anika Henke's avatar Anika Henke
Browse files

generalised link colour in header, making interwiki links blue as well (to fit design)

parent f379edc2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment