From d2b175f212dc0e1a3eb109632f9ede6e84cab71b Mon Sep 17 00:00:00 2001 From: Jeppe Ernst Date: Fri, 26 Jan 2018 22:51:05 +0100 Subject: [PATCH] fat links --- _scss/base/_typography.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_scss/base/_typography.scss b/_scss/base/_typography.scss index e792f07..8883297 100644 --- a/_scss/base/_typography.scss +++ b/_scss/base/_typography.scss @@ -36,6 +36,10 @@ p { a { color: #FFF; - text-decoration: underline; font-weight: bold; + text-decoration: none; + box-shadow: 0 2px 0 #ff5800; + .even & { + box-shadow: 0 2px 0 #FFF; + } } \ No newline at end of file