diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 666aaf23f..95846e89f 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -685,6 +685,16 @@ div#validation-bar{ width: 100%; } +.container.changelog{ + h2 { + padding-top: 2rem; + font-size: 1.8em; + } + h3 { + color: $gray-600; + } +} + div#foot{ background-color: $ishtar-color; color: $navbar-dark-color; |