Skip to content

Commit 5ddfa6a

Browse files
committed
Added styling to default login page logo
1 parent b17bdd3 commit 5ddfa6a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

css/base/authelia/authelia-base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ button[aria-label="toggle password visibility"]:hover {
4242
color: rgba(from var(--text) r g b / 0.5);
4343
}
4444

45+
svg#UserSvg[class*="-icon"] {
46+
fill: var(--text-hover)
47+
}
48+
4549
/* Button styles */
4650
.MuiButton-colorPrimary, .MuiButton-colorInfo {
4751
--variant-containedBg: var(--button-color);

0 commit comments

Comments
 (0)