commit 1ab440b43dd898d1e4e63200bd6f1cdfe291865e
parent e689a3da26f26295991c9cd5147cb7d8c140d0f4
Author: Demonstrandum <moi@knutsen.co>
Date: Wed, 8 Jul 2020 18:32:32 +0100
Style links.
Diffstat:
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/styles/main.sex b/styles/main.sex
@@ -1,6 +1,7 @@
(html
:width 100%
:height 100%
+ :color #000
:font-size 16px
:font-family ('Cantarell' , sans-serif))
@@ -28,8 +29,17 @@
:border-bottom (2px solid #0002)
:border-radius 2px)
+(a
+ :color #555
+ :text-decoration none
+ :transition (.1s all ease)
+ :border-bottom (1px solid))
+
+(a:hover
+ :color #000)
+
(code
- :font-family ('IBM Plex Mono' , monospace)
+ :font-family ("IBM Plex Mono" , monospace)
:font-size 0.8em
:padding (0px 3px 2px 3px)
:background #f4f4f4