mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
18 lines
No EOL
378 B
SCSS
18 lines
No EOL
378 B
SCSS
body, textarea, input, button, input[type="submit"], input[type="button"]{
|
|
font-family:"PT SANS", Helvetica, sans-serif;
|
|
color:$text;
|
|
line-height:1.6;
|
|
}
|
|
.post-title, .header, .post-rank, .button{
|
|
font-family:"kulturista-web", Rokkitt, Georgia, serif;
|
|
}
|
|
a{
|
|
text-decoration:none;
|
|
font-weight:bold;
|
|
&:link, &:visited, &:active{
|
|
color:$red;
|
|
}
|
|
&:hover{
|
|
color:black;
|
|
}
|
|
} |