Files
2026-03-06 15:15:41 +01:00

37 lines
782 B
CSS

/* This css file is not used directly. It is appended to the darkmode css
* of the theme, so that the customisation integrate nicely with the darkmode
* switcher of the theme. */
:root {
--custom-style-orange: #ff7f00;
--custom-link-hover: #FFA04C;
--custom-link-blue: #83c1ff;
--custom-visited-blue: #42A1FF;
--seealso-background: #ff7f001a;
--seealso-border: var(--custom-style-orange);
}
div.body a {
color: var(--custom-link-blue);
}
div.body a:visited {
color: var(--custom-visited-blue);
}
div.related a, div.footer a {
color: var(--custom-style-orange);
}
.nav-item.nav-item-this a {
color: rgba(255, 255, 255, 0.7);
}
div.body h1, div.body h2 {
background: #333;
}
th, dl.field-list > dt {
background-color: #303030;
}