From 32010646a0b4a591140fdf66ec389bd297421afc Mon Sep 17 00:00:00 2001 From: Daru13 Date: Sun, 28 Apr 2019 03:30:12 +0200 Subject: [PATCH] Remove comments and reformat some CSS. Update the style of some bits of CSS code related to the colours of the sections headers. --- css/style.css | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/css/style.css b/css/style.css index 28023d7..aba0db0 100644 --- a/css/style.css +++ b/css/style.css @@ -165,22 +165,35 @@ section h2 { hyphens: none; } -/*section.red { color: #803339; }*/ -section.red h2 { color: #EA6C61; border-bottom-color: #f7cbc0; } +section.red h2 { + color: #EA6C61; + border-bottom-color: #f7cbc0; +} -/* section.orange { color: #805333; } */ -section.orange h2 { color: #ebaa5b; border-bottom-color: #f8dfc2; } +section.orange h2 { + color: #ebaa5b; + border-bottom-color: #f8dfc2; +} -/* section.green { color: #5A8039; } */ -section.green h2 { color: #5fb574; border-bottom-color: #cae2cb; } +section.green h2 { + color: #5fb574; + border-bottom-color: #cae2cb; +} -/* section.blue { color: #396680; } */ -section.blue h2 { color: #2896ce; border-bottom-color: #bcd4ec; } +section.blue h2 { + color: #2896ce; + border-bottom-color: #bcd4ec; +} -section.purple h2 { color: #9e60ce; border-bottom-color: #d8bfeb; } +section.purple h2 { + color: #9e60ce; + border-bottom-color: #d8bfeb; +} -/* section.purple { color: #80396E; } */ -section.pink h2 { color: #e4678c; border-bottom-color: #f3cad2; } +section.pink h2 { + color: #e4678c; + border-bottom-color: #f3cad2; +} section p { padding: 0 0 20px 0;