Skip to content
Snippets Groups Projects
Commit 1507dbd5 authored by Marko Rintamäki's avatar Marko Rintamäki
Browse files

Merge branch 'css-styling' into 'master'

Changed font to Lato. Add styling to links.

See merge request opf-core-template-v2!1
parents e023ec8c 5532e66c
No related branches found
No related tags found
1 merge request!1Changed font to Lato. Add styling to links.
Pipeline #437563 passed
lightgallery-markdown
......@@ -41,10 +41,23 @@ td > a:hover { color: #e2066f !important
font-weight: bold;
}
p > a {
color: #0d004c !important
p > a,
td > a,
li > a {
color: #6442f0 !important;
}
p > a:hover {
color: #e2066f !important
p > a:hover,
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
font-weight: bold;
}
p > a {
color: #0d004c !important
p > a,
td > a,
li > a {
color: #6442f0 !important;
}
p > a:hover {
color: #e2066f !important
p > a:hover,
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
font-weight: bold;
}
p > a {
color: #0d004c !important
p > a,
td > a,
li > a {
color: #6442f0 !important;
}
p > a:hover {
color: #e2066f !important
p > a:hover,
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:
palette:
scheme: default
font:
text: 'Sofia-Pro'
code: 'Roboto Mono'
text: 'Lato'
code: 'Lato'
logo: 'assets/opf-logo-musta-tekstilla.png'
features:
- instant
extra_css:
- assets/extra.css
- https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.7.3/css/lightgallery.min.css
- https://use.typekit.net/yom0dkv.css
extra_javascript:
- 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
......
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