🐛 💄 Fixed the config file & add github flag in footer.

This commit is contained in:
elkan1788
2024-07-22 22:21:18 +08:00
parent 1b98206cad
commit 119b715655
5 changed files with 16 additions and 5 deletions

View File

@@ -26,6 +26,8 @@
--highlight-gutter-background: #{$highlight-gutter-background};
--highlight-gutter-foreground: #{$highlight-gutter-foreground};
--highlight-img-fill: brightness(1) invert(0);
color-scheme: light;
}
@@ -56,11 +58,14 @@
--highlight-gutter-background: #{$highlight-gutter-background-dark};
--highlight-gutter-foreground: #{$highlight-gutter-foreground-dark};
--highlight-img-fill: brightness(0) invert(1);
color-scheme: dark;
}
img[data-theme="dark"] {
opacity: .75;
filter: brightness(1) invert(0);
&:hover {
opacity: .9;

View File

@@ -48,6 +48,7 @@
img {
display: inline-block;
max-width: 50px;
filter: var(--highlight-img-fill);
@include mobile() {
max-width: 40px;
}