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.scss9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/styles/type.scss b/src/styles/type.scss
index 7531b2044..37ec0bcca 100644
--- a/src/styles/type.scss
+++ b/src/styles/type.scss
@@ -38,12 +38,9 @@ a, button {
38 text-decoration: none; 38 text-decoration: none;
39 39
40 &.button { 40 &.button {
41 background: none; 41 background: $theme-brand-primary;
42 border-width: 2px; 42 color: #FFF;
43 border-style: solid;
44 border-color: $theme-brand-primary;
45 border-radius: 3px; 43 border-radius: 3px;
46 color: $theme-brand-primary;
47 display: inline-block; 44 display: inline-block;
48 padding: 10px 20px; 45 padding: 10px 20px;
49 position: relative; 46 position: relative;
@@ -52,7 +49,7 @@ a, button {
52 cursor: pointer; 49 cursor: pointer;
53 50
54 &:hover { 51 &:hover {
55 background: darken($theme-brand-primary, 5%); 52 background: darken($theme-brand-primary, 10%);
56 color: #FFF; 53 color: #FFF;
57 } 54 }
58 } 55 }