aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2026-02-05 14:50:36 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2026-02-05 14:50:36 +0100
commitbf143c597bc06b6248492abe51b67b9ae6043dd5 (patch)
treed506e57dd9b7c8c3924dbab4c938649b5b1f0af8 /src
parent081c2bffb329182d92cf0534dd42b11826a87c39 (diff)
downloadmem-estrogen-zone-bf143c597bc06b6248492abe51b67b9ae6043dd5.tar.gz
mem-estrogen-zone-bf143c597bc06b6248492abe51b67b9ae6043dd5.tar.bz2
mem-estrogen-zone-bf143c597bc06b6248492abe51b67b9ae6043dd5.tar.lz
mem-estrogen-zone-bf143c597bc06b6248492abe51b67b9ae6043dd5.zip

canary: clarify, mention mvps

Diffstat (limited to 'src')
-rw-r--r--src/app.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/app.css b/src/app.css
index c522036..1c34312 100644
--- a/src/app.css
+++ b/src/app.css
@@ -65,6 +65,11 @@
}
@utility quicklink {
@apply text-accent-primary transition-all afterunderline-accent-primary hover:afterunderline-hoverstate active:afterunderline-hoverstate focus:afterunderline-hoverstate hover:text-white active:text-white focus:text-white outline-0;
+ /* a11y: primary is not perfectly visible in light theme under AA/AAA, let's fix that by giving it more artificial contrast */
+ [data-blog-theme="light"] &:not(:active):not(:hover):not(:focus) {
+ /* remember we're inverted in light theme */
+ text-shadow: 0px 0px 1.2px #fff8;
+ }
}
@utility internal-header-active {
@@ -227,6 +232,8 @@
}
[data-blog-theme=light] {
@apply invert hue-rotate-180;
+ /* minor change to barely get into AA for headlines */
+ --color-accent-primary: #f46061;
}
[data-blog-theme] {
transition-property: filter;