diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 4509fd084..5eaba09f4 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -110,6 +110,10 @@ textarea { .sheet h4 { color: $text-muted; } +#window h3{ + background-color: $gray-400; +} + .container{ margin-top: 1em; margin-bottom: 8em; |