summaryrefslogtreecommitdiffstats
path: root/app/web.styl
diff options
context:
space:
mode:
Diffstat (limited to 'app/web.styl')
-rw-r--r--app/web.styl7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/web.styl b/app/web.styl
index 34a7f53..2e05848 100644
--- a/app/web.styl
+++ b/app/web.styl
@@ -15,7 +15,7 @@ secondaryColor = #DB0A16
}
body {
- font-family: "PT Sans", Arial, sans-serif
+ font-family: "PT Sans", "Kohinoor Bangla", sans-serif
max-width: 1024px
min-width: 375px
margin: 0 auto
@@ -30,9 +30,10 @@ main {
a:link, a:visited, a:hover, a:active {
- text-decoration: none
+ text-decoration-color: secondaryColor
+ text-decoration-thickness: 2px
+ text-underline-offset: 2px
color: inherit
- border-bottom: 1px solid secondaryColor
}
.section-header {