diff --git a/src/css/custom.css b/src/css/custom.css index 85a38d9..95f2738 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -63,12 +63,16 @@ width: 24px; height: 24px; display: flex; +} + +[data-theme='light'] .header-github-link { background: url("/img/github.svg") 0 center / 25px 25px no-repeat; } -p a { - --ifm-heading-vertical-rhythm-bottom: 0; +[data-theme='dark'] .header-github-link { + background: url("/img/githubL.svg") 0 center / 25px 25px no-repeat; +} + +.markdown li a, .markdown p a { text-decoration: underline dotted; - font-size: '10px'; - margin: "0" -} \ No newline at end of file +} diff --git a/static/img/github.svg b/static/img/github.svg index 1f49f0a..7ba8c90 100644 --- a/static/img/github.svg +++ b/static/img/github.svg @@ -3,5 +3,7 @@ - + + + \ No newline at end of file diff --git a/static/img/githubL.svg b/static/img/githubL.svg new file mode 100644 index 0000000..cf478d0 --- /dev/null +++ b/static/img/githubL.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file