diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-20 18:27:05 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-20 18:27:05 +0100 |
commit | abc99ae83cb043211d6155988dd069069a507eea (patch) | |
tree | a863d3d16db7e7164d1d312123c5a0aad85d3b25 /scss/custom.scss | |
parent | 4c18c16a2a13026ce2e90c5d35bb5b02987ec980 (diff) | |
download | Ishtar-abc99ae83cb043211d6155988dd069069a507eea.tar.bz2 Ishtar-abc99ae83cb043211d6155988dd069069a507eea.zip |
UI: better colot for title in sheets
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; |