aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/type.scss
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-14 10:38:27 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-14 10:38:27 +0200
commitc84edee908d40a9cab45b9ae3c5dc899fbb3eb11 (patch)
tree80158d14869b59723d09535558358d62b2612c2b /src/styles/type.scss
parentAdd indicator for hibernating services (diff)
downloadferdium-app-c84edee908d40a9cab45b9ae3c5dc899fbb3eb11.tar.gz
ferdium-app-c84edee908d40a9cab45b9ae3c5dc899fbb3eb11.tar.zst
ferdium-app-c84edee908d40a9cab45b9ae3c5dc899fbb3eb11.zip
Add local server to allow serverlesss usage
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 135d32da0..1b3a905ef 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
@@ -47,6 +47,7 @@ a {
47 position: relative; 47 position: relative;
48 text-align: center; 48 text-align: center;
49 transition: background .5s, color .5s; 49 transition: background .5s, color .5s;
50 cursor: pointer;
50 51
51 &:hover { 52 &:hover {
52 background: darken($theme-brand-primary, 5%); 53 background: darken($theme-brand-primary, 5%);