diff options
Diffstat (limited to 'assets/stylesheets')
| -rw-r--r-- | assets/stylesheets/color.hcss | 1 | ||||
| -rw-r--r-- | assets/stylesheets/typography.css | 2 | 
2 files changed, 3 insertions, 0 deletions
| diff --git a/assets/stylesheets/color.hcss b/assets/stylesheets/color.hcss index a69c88d..e8912f3 100644 --- a/assets/stylesheets/color.hcss +++ b/assets/stylesheets/color.hcss @@ -6,6 +6,7 @@ set(DESERT, #e3ce88)  set(DRIP_COFFEE, #2d1f1c)  set(HAAGEN_DASZ_BLACK_RASPBERRY, #8c6e6e)  set(LIMEADE, #c9ccb4) +set(MAROON, #4e0303)  set(MILK_CHOCOLATE, #402929)  set(MURKY_POND, #91947f) diff --git a/assets/stylesheets/typography.css b/assets/stylesheets/typography.css index 7560fa8..cbefe8b 100644 --- a/assets/stylesheets/typography.css +++ b/assets/stylesheets/typography.css @@ -7,6 +7,8 @@ h1, h2, h3, h4, h5, h6 {  h2 {  	font-weight: bold;  	font-size: 1.5em; + +	color: MAROON;  }  .code { | 
