UX: Liquid Tags Nightmode (#2459)

This commit is contained in:
Tim Lange 2019-04-15 20:23:12 +02:00 committed by Ben Halpern
parent d76a37a6fe
commit 1d40c19866
2 changed files with 6 additions and 1 deletions

View file

@ -18,6 +18,7 @@
.ltag__tag__content {
a {
color: $black !important;
color: var(--theme-container-color, $black) !important;
}
width: 90%;
width: calc(100% - 36px);
@ -54,4 +55,4 @@
line-height: 1.1em;
}
}
}
}

View file

@ -41,6 +41,10 @@ body.night-theme {
-webkit-filter: invert(95%);
filter: invert(95%);
}
.ltag__tag {
border-color: white !important;
box-shadow: 3px 3px 0px #fff !important;
}
}
body.sans-serif-article-body {