aboutsummaryrefslogtreecommitdiff
path: root/style/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style/main.scss')
-rw-r--r--style/main.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/style/main.scss b/style/main.scss
index 9641e7a..a261178 100644
--- a/style/main.scss
+++ b/style/main.scss
@@ -30,6 +30,7 @@ main, footer {
main {
margin-top: 32px;
+ line-height: 20px;
}
footer {
@@ -38,3 +39,13 @@ footer {
padding-top: 16px;
padding-bottom: 16px;
}
+
+a {
+ text-decoration: none;
+ color: #1a0dab;
+ outline: none;
+
+ &:hover, &:focus {
+ background-color: #ececec;
+ }
+}