aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/type.scss
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-10-11 20:07:34 +0200
committerLibravatar GitHub <noreply@github.com>2020-10-11 19:07:34 +0100
commit3564d2fddfa74a7f907a53300150002f46417a5e (patch)
tree87d77c0cce6d3251f290708e3d0480661d4feb13 /src/styles/type.scss
parentMerge #722 (diff)
downloadferdium-app-3564d2fddfa74a7f907a53300150002f46417a5e.tar.gz
ferdium-app-3564d2fddfa74a7f907a53300150002f46417a5e.tar.zst
ferdium-app-3564d2fddfa74a7f907a53300150002f46417a5e.zip
Improve Ferdi's design (#977)
Co-authored-by: Amine Mouafik <amine@mouafik.fr>
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 }