Skip to content
Snippets Groups Projects
Commit 5532e66c authored by Teemu Kontio's avatar Teemu Kontio Committed by Marko Rintamäki
Browse files

Changed font to Lato. Add styling to links.

parent e023ec8c
No related branches found
No related tags found
No related merge requests found
lightgallery-markdown
...@@ -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
...@@ -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
...@@ -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
...@@ -30,15 +30,14 @@ theme: ...@@ -30,15 +30,14 @@ theme:
palette: palette:
scheme: default scheme: default
font: font:
text: 'Sofia-Pro' text: 'Lato'
code: 'Roboto Mono' code: 'Lato'
logo: 'assets/opf-logo-musta-tekstilla.png' logo: 'assets/opf-logo-musta-tekstilla.png'
features: features:
- instant - instant
extra_css: extra_css:
- assets/extra.css - assets/extra.css
- https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.7.3/css/lightgallery.min.css - https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.7.3/css/lightgallery.min.css
- https://use.typekit.net/yom0dkv.css
extra_javascript: extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js - https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js
- https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.7.3/js/lightgallery-all.js - https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.7.3/js/lightgallery-all.js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment