dark_theme: Clean up manage user profile footer border color.

Fixes part of #35880.
This commit is contained in:
Sayam Samal
2025-09-04 20:06:30 +05:30
committed by Tim Abbott
parent ad8c2b7275
commit 930eadb085
3 changed files with 5 additions and 9 deletions

View File

@@ -1444,6 +1444,10 @@
hsl(0deg 0% 87%),
hsl(0deg 0% 0% / 40%)
);
--color-border-manage-profile-footer: light-dark(
hsl(0deg 0% 87%),
hsl(0deg 0% 100% / 20%)
);
/* Link colors */
--color-text-link: light-dark(hsl(210deg 94% 42%), hsl(200deg 100% 50%));