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
3 files
+ 6
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
0
@@ -42,11 +42,13 @@ td > a:hover { color: #e2066f !important
}
p > a,
td > a,
li > a {
color: #6442f0 !important;
}
p > a:hover,
td > a:hover,
li > a:hover {
color: #0f0093 !important;
text-decoration: underline !important;
Loading