diff options
Diffstat (limited to 'theme/sass/default.scss')
-rw-r--r-- | theme/sass/default.scss | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/theme/sass/default.scss b/theme/sass/default.scss index e583d5d..3815f8a 100644 --- a/theme/sass/default.scss +++ b/theme/sass/default.scss | |||
@@ -227,14 +227,17 @@ b { | |||
227 | } | 227 | } |
228 | 228 | ||
229 | a { | 229 | a { |
230 | color: rgb(0, 102, 204); | 230 | color: $brand-blue-secondary2; |
231 | text-decoration: none; | ||
232 | padding-bottom: 2px; | ||
233 | border-bottom: 1px solid rgba(42, 124, 223, 0.5); | ||
231 | 234 | ||
232 | &:visited { | 235 | /* &:visited { |
233 | color: rgba(0, 102, 204, .75); | 236 | color: rgba(0, 102, 204, 0.75); |
234 | } | 237 | }*/ |
235 | 238 | ||
236 | &:hover { | 239 | &:hover { |
237 | color: black; | 240 | color: black !important; |
238 | } | 241 | } |
239 | } | 242 | } |
240 | 243 | ||
@@ -716,3 +719,14 @@ aside.gdbar { | |||
716 | line-height: 1.4; | 719 | line-height: 1.4; |
717 | } | 720 | } |
718 | } | 721 | } |
722 | |||
723 | [data-config-contact] { | ||
724 | a { | ||
725 | color: rgb(255, 255, 255); | ||
726 | border-bottom: none; | ||
727 | } | ||
728 | span { | ||
729 | width: 115px; | ||
730 | display: inline-block; | ||
731 | } | ||
732 | } \ No newline at end of file | ||