commit | 04b9621e7fb0fbfe19e0e3dad7ccc60a00fc0e39 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Apr 26 20:51:15 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Apr 26 20:51:41 2023 +0200 |
tree | 2fd1e00ca6640e9274e7b57c76fb7a42e8de0d0b | |
parent | 561a0dc8c4032b32820ca6dd6245985a58c6bf98 [diff] [blame] |
Introduce for hx and buttons Change-Id: I1f85548b1e39de13ca6474c8d29d10f502e0ee9f
diff --git a/templates/header.htm b/templates/header.htm index ec1372d..02ede2d 100644 --- a/templates/header.htm +++ b/templates/header.htm
@@ -22,6 +22,13 @@ .form-check-label { margin-left: 1ex; } + h1, h2, h3 { + color: <?php echo $SERVICE_COLOR; ?>; + } + .btn-primary { + background-color: <?php echo $SERVICE_COLOR; ?>; + border-color: <?php echo $SERVICE_COLOR; ?>; + } </style> </head>