Skip to content

Commit

Permalink
Underline links, except in full schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
grewn0uille committed Sep 18, 2024
1 parent 4410e26 commit 23174c4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions static/sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ a
color: $purple
font-variation-settings: "wdth" 95
font-weight: 600
text-decoration: none
text-decoration: underline $red-dark

&:hover, &:focus
text-decoration: underline $red-dark
Expand Down Expand Up @@ -114,6 +114,7 @@ sup
padding: 1rem
text-transform: uppercase
transition: background-color 0.5s, border-color 0.5s
text-decoration: none

&:hover, &:focus
background-color: $red-dark
Expand Down Expand Up @@ -171,6 +172,7 @@ nav
a
color: inherit
font-weight: inherit
text-decoration: none

&:hover
text-decoration: none
Expand Down Expand Up @@ -253,6 +255,7 @@ footer

a
font-weight: inherit
text-decoration: none


// Main page
Expand Down Expand Up @@ -535,9 +538,6 @@ main
section
position: relative

p:last-of-type
margin-bottom: 4em

.button
bottom: 0
left: 2em
Expand All @@ -548,6 +548,9 @@ main
display: flex
justify-content: space-between

a
text-decoration: none

dl
background: $grey
border-radius: 1em
Expand Down Expand Up @@ -603,6 +606,7 @@ main
a
font-variation-settings: "wdth" 100
font-weight: normal
text-decoration: none

thead
height: 2em
Expand Down

0 comments on commit 23174c4

Please sign in to comment.