File tree Expand file tree Collapse file tree 7 files changed +15
-21
lines changed
Expand file tree Collapse file tree 7 files changed +15
-21
lines changed Original file line number Diff line number Diff line change 4141 text-decoration-thickness : 0.1em ;
4242 text-decoration-width : 0.1rem ;
4343
44- & :visited {
45- color : $color-text ;
44+ & :visited {
45+ color : $color-text ;
4646 }
4747
4848 @media (hover : hover) {
4949
50- & :hover {
50+ & :hover {
5151 text-decoration-color : $color-accent ;
5252 text-decoration-thickness : 0.2em ;
5353 text-decoration-width : 0.2em ;
5454 }
5555 }
5656
57- & :active {
57+ & :active {
5858 color : $color-text ;
5959 }
6060}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ $column-width: 30em;
88
99$serif-stack : ' Bitter' , serif ;
1010$sans-stack : ' Jost' , sans-serif ;
11- $mono-stack : ' RobotoMono' , monospace ;
11+ $mono-stack : ' RobotoMono' , monospace ;
1212
1313$font-base-small : 1.6em ;
1414$font-base-medium : calc (1em + 0.55vw );
@@ -107,4 +107,4 @@ $color-brand: #77e8b9;
107107 background-image : url ($image );
108108 background-size : $width $height ;
109109 }
110- }
110+ }
Original file line number Diff line number Diff line change 77 & __headline {
88 font-size : 85% ;
99 font-style : italic ;
10- margin : 0 0 0.6 em 0 ;
10+ margin : 0 0 0.7 em 0 ;
1111 }
1212
1313 & __links {
1414
1515 align-items : center ;
1616 display : flex ;
17- gap : 0.4em ;
18- justify-content : center ;
17+ gap : 1.1em ;
1918 margin : 0 ;
2019
2120 li {
2827 display : flex ;
2928
3029 img {
30+ display : block ;
3131 height : 1.7em ;
3232 width : auto ;
3333 }
3434
3535 }
3636
37- span {
38- display : flex ;
39- font-size : 65% ;
40- font-style : italic ;
41- margin-top : 0.5em ;
42- }
43-
4437 }
4538
4639 }
You can’t perform that action at this time.
0 commit comments