From ca9d59ada99ed4744c1c60e0906ab11053e6928a Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 21 Sep 2017 21:37:38 +0100 Subject: [PATCH] More styles --- src/index.scss | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/index.scss b/src/index.scss index 0d159f0..7d2ac4e 100644 --- a/src/index.scss +++ b/src/index.scss @@ -8,3 +8,35 @@ * { font-family: 'Roboto', sans-serif !important; } + +.strike { + text-decoration: line-through; +} + +.smallish { + font-size: 25px !important; +} + +.italic { + font-style: italic; +} + +.strong { + font-weight: bold; +} + +.pos { + color: #42C88A !important; +} + +.neg { + color: #ED5C5C !important; +} + +.dark { + color: #111111 !important; +} + +ul.no-list { + list-style: none; +}