diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..b6c36e84303ecb39b60724e5553e7a6ef731b009 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +lightgallery-markdown diff --git a/assets/extra.css b/assets/extra.css index 4ec4d3f2f872afe69c4be0bcd721d62151500fba..24a121b01fae5a1112b2de5f3718604dc658125a 100644 --- a/assets/extra.css +++ b/assets/extra.css @@ -41,10 +41,21 @@ td > a:hover { color: #e2066f !important font-weight: bold; } -p > a { - color: #0d004c !important +p > a, +li > a { + color: #6442f0 !important; } -p > a:hover { - color: #e2066f !important +p > 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 diff --git a/docs/assets/extra.css b/docs/assets/extra.css index 52957cd57420fbe89368a8005acb6b0aa06a6a82..7c8edea132dad72decc5cfec3a58554a02b6f4f5 100644 --- a/docs/assets/extra.css +++ b/docs/assets/extra.css @@ -41,10 +41,21 @@ td > a:hover { color: #e2066f !important font-weight: bold; } -p > a { - color: #0d004c !important +p > a, +li > a { + color: #6442f0 !important; } -p > a:hover { - color: #e2066f !important +p > 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 diff --git a/dokumentit/assets/extra.css b/dokumentit/assets/extra.css index 4ec4d3f2f872afe69c4be0bcd721d62151500fba..24a121b01fae5a1112b2de5f3718604dc658125a 100644 --- a/dokumentit/assets/extra.css +++ b/dokumentit/assets/extra.css @@ -41,10 +41,21 @@ td > a:hover { color: #e2066f !important font-weight: bold; } -p > a { - color: #0d004c !important +p > a, +li > a { + color: #6442f0 !important; } -p > a:hover { - color: #e2066f !important +p > 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 diff --git a/mkdocs.yml b/mkdocs.yml index 7630d48fd59d3278e5b21e43d166feb1aaaecd0b..fc1db9e3d02a254cd36f2bb37e4cf0562bcee59f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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