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