+++ /dev/null
-/* SPDX-License-Identifier: GPL-3.0-or-later */
-@import "theme.css";
-
-table.docutils blockquote {
- margin-left: 0;
-}
/* SPDX-License-Identifier: GPL-3.0-or-later */
.wy-side-nav-search {
- background-color: #b92929; /* From logo manual */
+ background-color: #b92929; /* RED FOR DEVELOPERS :-) */
}
.wy-side-nav-search input[type=text] {
border-color: #a42424;
background-color: #b92929;
}
-a {
+.wy-nav-content-wrap a {
color: #b92929;
}
-a:hover {
+.wy-nav-content-wrap a:hover {
color: #d13030;
}
-a:visited {
+.wy-nav-content-wrap a:visited {
color: #780001;
}
-a:visited:hover {
+.wy-nav-content-wrap a:visited:hover {
color: #d13030;
}
.wy-menu-vertical p.caption {
color: #d95555;
}
-
-.wy-menu-vertical a, .wy-menu-vertical a:hover, .wy-menu-vertical a:visited,
-.wy-menu-vertical a:visited:hover {
- /* This is here so that the a-rules above do not override the menu colors,
- * which should remain grey */
- color: #d9d9d9;
-}
+++ /dev/null
-.wy-side-nav-search {
- background-color: #00a2e2; /* From logo manual */
-}
-.wy-side-nav-search input[type=text] {
- border-color: #45bfff;
-}
-.wy-side-nav-search div.version {
- color: hsla(0,0%,100%,0.4);
-}
-.wy-nav-top {
- background-color: #00a2e2;
-}
-
-a {
- color: #00a2e2;
-}
-a:hover {
- color: #45bfff;
-}
-a:visited {
- color: #00619c;
-}
-a:visited:hover {
- color: #00a2e2;
-}
-
-.wy-menu-vertical p.caption {
- color: #00a2e2;
-}
-
-.wy-menu-vertical a, .wy-menu-vertical a:hover, .wy-menu-vertical a:visited,
-.wy-menu-vertical a:visited:hover {
- /* This is here so that the a-rules above do not override the menu colors,
- * which should remain grey */
- color: #d9d9d9;
-}
-@import "custom.css";
-@import "logo_colors.css";
+/* SPDX-License-Identifier: GPL-3.0-or-later */
+@import "theme.css";
+
+table.docutils blockquote {
+ margin-left: 0;
+}
background-color: #00a2e2;
}
-a {
+.wy-nav-content-wrap a {
color: #00619c;
}
-a:hover {
+.wy-nav-content-wrap a:hover {
color: #00a2e2;
}
-a:visited {
+.wy-nav-content-wrap a:visited {
color: #00619c;
}
-a:visited:hover {
+.wy-nav-content-wrap a:visited:hover {
color: #00a2e2;
}
.wy-menu-vertical p.caption {
color: #00a2e2;
}
-
-.wy-menu-vertical a, .wy-menu-vertical a:hover, .wy-menu-vertical a:visited,
-.wy-menu-vertical a:visited:hover {
- /* This is here so that the a-rules above do not override the menu colors,
- * which should remain grey */
- color: #d9d9d9;
-}