Fix profile menu background color.

This commit is contained in:
Santiago Lamora 2020-01-21 12:30:37 +01:00
parent 3890fec111
commit 5595ae6fd6
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ a:hover {
}
#sidebar #user-profile-menu {
background: rgba(255, 255, 255, 0.3);
background:rgba(254, 251, 242, 0.25);
}
#sidebar ul.components {