diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-04-16 14:00:33 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-04-16 14:00:33 -0300 |
commit | 9d4892044bda2e9f9d875e6c953b1fdaacf5c48f (patch) | |
tree | a65bce1d0e0d62ac169ca025f9be7c2132b13be2 /src/static/css/site.css | |
parent | 6f93fced881b5f2f62452aeccaf9dea7120149b5 (diff) |
css: don't hard-code static-4p1 gezus chrikey
Diffstat (limited to 'src/static/css/site.css')
-rw-r--r-- | src/static/css/site.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 07c2e7fa..8c53f877 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -931,7 +931,11 @@ a .normal-content { background-color: var(--primary-color); - mask-image: url(/static-4p1/misc/image.svg); + /* mask-image is set in content JavaScript, + * because we can't identify the correct nor + * absolute path to the file from CSS. + */ + mask-repeat: no-repeat; mask-position: calc(100% - 2px); vertical-align: text-bottom; |