Remove annoying text-shadow on term theme
Some checks are pending
fetch npm modules / f0ck the f0cker (push) Waiting to run

This commit is contained in:
x 2025-03-04 19:51:09 +01:00
parent 1e4432ee1f
commit bf653b042e

View File

@ -585,10 +585,6 @@ html[theme="term"] span#favs {
border: 1px solid var(--black);
}
html[theme="term"] .metadata {
text-shadow: 0px 0px 1px var(--accent), 1px 0px 2px var(--accent), 0px 0px 5px var(--black);
}
html[theme="term"] .metadata>.badge-dark,
#themeselector {
box-shadow: var(--pagination-anchor-box-shadow);