summaryrefslogtreecommitdiff
path: root/doc/src/_static/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/_static/custom.css')
-rw-r--r--doc/src/_static/custom.css10
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/src/_static/custom.css b/doc/src/_static/custom.css
index 894bf540a..fede05bf2 100644
--- a/doc/src/_static/custom.css
+++ b/doc/src/_static/custom.css
@@ -39,19 +39,15 @@
outline: 1px solid slategrey;
}
-h1, h2, h3, h4 {
+
+h1 {
padding: 10px;
- border: 1px solid #007aff;
background-color: #007aff;
color: #fff;
border-radius: 5px;
+ margin-left: -10px;
}
-h1 a, h2 a, h3 a, h4 a, h1 a span, h2 a span, h3 a span, h4 a span {
- color: #fff;
- text-decoration: underline;
- background-color: #007aff;
-}
cite {
font-weight: bold;