From ba9b2a94aaa8876bf479d157e9624afbea976eb7 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 14 Feb 2017 23:44:37 +0100 Subject: add green highlight box, make jumbotron screen height --- styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'styles.css') diff --git a/styles.css b/styles.css index b2c028d4..6b6d3c29 100644 --- a/styles.css +++ b/styles.css @@ -8,3 +8,11 @@ html { overflow-y: scroll; } + +.c_acronym { + background-color: #c9ffe2; +} + +.c_intro { + height: 100vh; +} -- cgit v1.2.3