diff --git a/app/assets/stylesheets/ltags/TagTag.scss b/app/assets/stylesheets/ltags/TagTag.scss index c167ec89a..b7cc514a7 100644 --- a/app/assets/stylesheets/ltags/TagTag.scss +++ b/app/assets/stylesheets/ltags/TagTag.scss @@ -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; } } -} \ No newline at end of file +} diff --git a/app/assets/stylesheets/variables.scss b/app/assets/stylesheets/variables.scss index f85f313de..608dc58d7 100644 --- a/app/assets/stylesheets/variables.scss +++ b/app/assets/stylesheets/variables.scss @@ -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 {