Skip to content
Snippets Groups Projects

Changed font to Lato. Add styling to links.

Merged Marko Rintamäki requested to merge css-styling into master
5 files
+ 54
15
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 17
4
@@ -41,10 +41,23 @@ td > a:hover { color: #e2066f !important
@@ -41,10 +41,23 @@ td > a:hover { color: #e2066f !important
font-weight: bold;
font-weight: bold;
}
}
p > a {
p > a,
color: #0d004c !important
td > a,
 
li > a {
 
color: #6442f0 !important;
}
}
p > a:hover {
p > a:hover,
color: #e2066f !important
td > a:hover,
 
li > a:hover {
 
color: #0f0093 !important;
 
text-decoration: underline !important;
 
}
 
 
.md-typeset h1,
 
.md-typeset h2,
 
.md-typeset h3,
 
.md-typeset h4,
 
.md-typeset h5 {
 
font-weight: bold;
}
}
 
\ No newline at end of file
Loading