You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
879 B
61 lines
879 B
$color1: #4BB5A9; |
|
$color2: #D6E8E6; |
|
$svg_background: #111; |
|
|
|
body { |
|
background-color: $color2; |
|
color: #111111; |
|
font-family: sans-serif; |
|
font-size: 24px; |
|
} |
|
|
|
.list_links { |
|
font-size: 18px; |
|
list-style: none; |
|
margin: 0 1em; |
|
padding: 0; |
|
|
|
li { |
|
background-color: $color1; |
|
margin: 0.5em 0; |
|
} |
|
|
|
a { |
|
color: $color2; |
|
display: block; |
|
padding: 0.65em; |
|
text-decoration: none; |
|
} |
|
a:visited { |
|
color: $color2; |
|
} |
|
} |
|
|
|
.link-icon { |
|
display: inline-block; |
|
margin-right: 0.5em; |
|
width: 24px; |
|
height: 24px; |
|
|
|
svg { |
|
height: 24px; |
|
width: 24px; |
|
fill: $svg_background; |
|
} |
|
} |
|
|
|
footer { |
|
margin-top: 1.5em; |
|
font-size: 12px; |
|
|
|
a { |
|
color: #111; |
|
} |
|
a:visited { |
|
color: #111; |
|
} |
|
|
|
p { |
|
margin: 0 0 0 0.65em; |
|
} |
|
} |