aboutsummaryrefslogtreecommitdiffstats
path: root/assets/stylesheets
diff options
context:
space:
mode:
authorTeddy Wing2018-11-11 15:32:13 +0100
committerTeddy Wing2018-11-11 15:32:13 +0100
commit1761ecc56fc64fa6e30b92b1ac870051f5100cb8 (patch)
treec6720e54c05e49a77bc919fd07e5062aeafc91c9 /assets/stylesheets
parentf57ecd9c731fe46642fc98886543d893c6d5aca6 (diff)
downloaddome-key-web-1761ecc56fc64fa6e30b92b1ac870051f5100cb8.tar.bz2
Make subtitle maroon
Makes it stand out a bit differently.
Diffstat (limited to 'assets/stylesheets')
-rw-r--r--assets/stylesheets/color.hcss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/stylesheets/color.hcss b/assets/stylesheets/color.hcss
index e8912f3..aa06e76 100644
--- a/assets/stylesheets/color.hcss
+++ b/assets/stylesheets/color.hcss
@@ -10,6 +10,10 @@ set(MAROON, #4e0303)
set(MILK_CHOCOLATE, #402929)
set(MURKY_POND, #91947f)
+.color-maroon {
+ color: MAROON;
+}
+
.color-murky-pond {
color: MURKY_POND;
}