We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17bdd3 commit 5ddfa6aCopy full SHA for 5ddfa6a
1 file changed
css/base/authelia/authelia-base.css
@@ -42,6 +42,10 @@ button[aria-label="toggle password visibility"]:hover {
42
color: rgba(from var(--text) r g b / 0.5);
43
}
44
45
+svg#UserSvg[class*="-icon"] {
46
+ fill: var(--text-hover)
47
+}
48
+
49
/* Button styles */
50
.MuiButton-colorPrimary, .MuiButton-colorInfo {
51
--variant-containedBg: var(--button-color);
0 commit comments