You are not logged in.
Maybe I am daft (or blind), or my settings are weird but I had to make a CSS override ( https://wiki.archlinux.org/title/User:J … common.css ) to be able to have visibly distinct links on the Vector 2010 skin again.
Just me or is there a reason for it?
Offline
I just tested on my side: Vector 2010 correctly shows up links with the proper #08c color.
Acta, Non Verba
Offline
Oh, you are right. Looks like Firefox ESR 115 doesn't like the new CSS. It works fine on ESR 140.
In FF115 it computes:
color: rgb(0, 0, 0);
load.php:1
Best Match #content a:not([role="button"]):not(.new)
var(--archwiki-link-color-normal)
load.php:1
Matched a
var(--archwiki-link-color-normal)
load.php:1
Matched a:where(:not([role="button"]))
var(--color-progressive,#36c)
load.php:1
Matched a
var(--color-progressive,#36c)
element
Matched :link
linktext
load.php:1
Parent Match body
var(--archwiki-text-color)
load.php:1
Parent Match body
var(--color-base,#202122)
element
Parent Match :root
canvastextfor whatever reason.
Offline