UX: Liquid Tags Nightmode (#2459)
This commit is contained in:
parent
d76a37a6fe
commit
1d40c19866
2 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue