Skip to content
Snippets Groups Projects
Commit 46aa7da0 authored by Teemu Kontio's avatar Teemu Kontio
Browse files

Changed font to Lato. Add styling to links

parent e023ec8c
No related branches found
No related tags found
1 merge request!1Changed font to Lato. Add styling to links.
Pipeline #437561 passed
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
.gitignore 0 → 100644
lightgallery-markdown
...@@ -41,10 +41,21 @@ td > a:hover { color: #e2066f !important ...@@ -41,10 +41,21 @@ td > a:hover { color: #e2066f !important
font-weight: bold; font-weight: bold;
} }
p > a { p > a,
color: #0d004c !important li > a {
color: #6442f0 !important;
} }
p > a:hover { p > a:hover,
color: #e2066f !important 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,21 @@ td > a:hover { color: #e2066f !important ...@@ -41,10 +41,21 @@ td > a:hover { color: #e2066f !important
font-weight: bold; font-weight: bold;
} }
p > a { p > a,
color: #0d004c !important li > a {
color: #6442f0 !important;
} }
p > a:hover { p > a:hover,
color: #e2066f !important 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,21 @@ td > a:hover { color: #e2066f !important ...@@ -41,10 +41,21 @@ td > a:hover { color: #e2066f !important
font-weight: bold; font-weight: bold;
} }
p > a { p > a,
color: #0d004c !important li > a {
color: #6442f0 !important;
} }
p > a:hover { p > a:hover,
color: #e2066f !important 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