mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-05-01 13:00:09 +02:00
37 lines
782 B
CSS
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;
|
|
}
|