aboutsummaryrefslogtreecommitdiff
path: root/doc-tool/resources/css/dottydoc.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc-tool/resources/css/dottydoc.css')
-rw-r--r--doc-tool/resources/css/dottydoc.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc-tool/resources/css/dottydoc.css b/doc-tool/resources/css/dottydoc.css
index 69089b2e4..7e7c501bf 100644
--- a/doc-tool/resources/css/dottydoc.css
+++ b/doc-tool/resources/css/dottydoc.css
@@ -47,6 +47,12 @@ div#doc-page-container > h5 {
font-size: 1rem;
}
+div#entity-container h1 > a,
+div#entity-container h2 > a,
+div#entity-container h3 > a,
+div#entity-container h4 > a,
+div#entity-container h5 > a,
+div#entity-container h6 > a,
div#doc-page-container > h1 > a,
div#doc-page-container > h2 > a,
div#doc-page-container > h3 > a,
@@ -57,6 +63,12 @@ div#doc-page-container > h6 > a {
color: #373a3c;
}
+div#entity-container h1 > a:hover,
+div#entity-container h2 > a:hover,
+div#entity-container h3 > a:hover,
+div#entity-container h4 > a:hover,
+div#entity-container h5 > a:hover,
+div#entity-container h6 > a:hover,
div#doc-page-container > h1 > a:hover,
div#doc-page-container > h2 > a:hover,
div#doc-page-container > h3 > a:hover,
@@ -66,6 +78,12 @@ div#doc-page-container > h6 > a:hover {
text-decoration: underline;
}
+div#entity-container h1 > a:focus,
+div#entity-container h2 > a:focus,
+div#entity-container h3 > a:focus,
+div#entity-container h4 > a:focus,
+div#entity-container h5 > a:focus,
+div#entity-container h6 > a:focus,
div#doc-page-container > h1 > a:focus,
div#doc-page-container > h2 > a:focus,
div#doc-page-container > h3 > a:focus,