Add css styling option for banner URL

This commit is contained in:
j433866 2019-03-20 10:23:09 +00:00
parent e03e51c450
commit 4a84cf3ac7
6 changed files with 9 additions and 0 deletions

View file

@ -22,6 +22,10 @@
padding-right: 10px;
}
#banner a {
color: var(--banner-url-colour);
}
#notice-wrapper {
text-align: center;
overflow: hidden;