mirror of
https://github.com/inspec/inspec
synced 2024-12-19 01:23:50 +00:00
d8590b6d9c
To do: Media Queries Highlight state when on page
20 lines
317 B
SCSS
20 lines
317 B
SCSS
.tutorials--subhead {
|
|
color : $color_link;
|
|
font-family : $heading-font;
|
|
}
|
|
|
|
.tutorials--links {
|
|
& > li {
|
|
margin-bottom : 4px;
|
|
}
|
|
}
|
|
|
|
.tutorials--link {
|
|
font-family : $heading-font;
|
|
|
|
& > span {
|
|
color : $color_paragraph;
|
|
text-transform : none;
|
|
font-family : $main-font;
|
|
}
|
|
}
|