aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/type.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/type.scss')
-rw-r--r--src/styles/type.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/styles/type.scss b/src/styles/type.scss
index e0b27fe34..636b8fd36 100644
--- a/src/styles/type.scss
+++ b/src/styles/type.scss
@@ -33,7 +33,7 @@ p {
33 33
34strong { font-weight: bold; } 34strong { font-weight: bold; }
35 35
36a { 36a, button {
37 color: $theme-text-color; 37 color: $theme-text-color;
38 text-decoration: none; 38 text-decoration: none;
39 39
@@ -49,6 +49,7 @@ a {
49 position: relative; 49 position: relative;
50 text-align: center; 50 text-align: center;
51 transition: background .5s, color .5s; 51 transition: background .5s, color .5s;
52 cursor: pointer;
52 53
53 &:hover { 54 &:hover {
54 background: darken($theme-brand-primary, 5%); 55 background: darken($theme-brand-primary, 5%);