diff options
| author | Teddy Wing | 2018-11-11 15:32:13 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-11-11 15:32:13 +0100 |
| commit | 1761ecc56fc64fa6e30b92b1ac870051f5100cb8 (patch) | |
| tree | c6720e54c05e49a77bc919fd07e5062aeafc91c9 /assets/stylesheets | |
| parent | f57ecd9c731fe46642fc98886543d893c6d5aca6 (diff) | |
| download | dome-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.hcss | 4 |
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; } |
