aboutsummaryrefslogtreecommitdiff
path: root/ui/static/css/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'ui/static/css/common.css')
-rw-r--r--ui/static/css/common.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/static/css/common.css b/ui/static/css/common.css
index 54f5f7bf..4d609a4c 100644
--- a/ui/static/css/common.css
+++ b/ui/static/css/common.css
@@ -107,6 +107,16 @@ a:hover {
border-bottom: 1px dotted var(--page-header-title-border-color);
}
+.page-header h1 a {
+ text-decoration: none;
+ color: var(--page-header-title-color);
+}
+
+.page-header h1 a:hover,
+.page-header h1 a:focus {
+ color: #666;
+}
+
.page-header ul,
.page-footer ul {
margin-left: 25px;