summaryrefslogtreecommitdiffstats
path: root/app/web.styl
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2022-06-06 23:17:20 +0200
committerAhmed Abdelhalim <[email protected]>2022-06-06 23:17:20 +0200
commit807c6187897d86867877128d1a085719d8cc3622 (patch)
tree0cd4c08974e59a6c346e79378ec17211d6179d4b /app/web.styl
parenta10f5e1acf28188e8c220a1a946998abbd02df71 (diff)
Squashed commit of the following:
commit 026e3956264da51ce35234f0dfba0f14205321c9 Author: a14m <[email protected]> Date: Mon Jun 6 20:03:31 2022 +0200 Better styling to work on iOS and links commit fa4c6cb335874f3a3da2f071d0973c4d9f413516 Author: a14m <[email protected]> Date: Mon Jun 6 16:19:52 2022 +0200 Update meta information for SEO and introduction paragraph commit 81b73232661e45167a25f3909edd8062b8e37e59 Author: a14m <[email protected]> Date: Sun Jun 5 19:19:04 2022 +0200 Add styling spaces (margins) for better looking print Also allows flexibility of controlling the spaces later commit 1382bf636b23e99d7a1815903c81f16ea622f0c3 Author: a14m <[email protected]> Date: Sun Jun 5 19:14:15 2022 +0200 Add the SN job description and tasks commit 0089eca138c6037a0ceedff86ac991a9688f9ab9 Author: a14m <[email protected]> Date: Sun Jun 5 17:59:42 2022 +0200 Add styling for work__experience separator commit d3cba473d7c33dddd1fbf42e898123dc0f1069c0 Author: a14m <[email protected]> Date: Sun Jun 5 16:41:41 2022 +0200 Update the header sections to reflect the current skills/job title
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 {