Changed extra info card background color for white mode (#5782)

This commit is contained in:
MatteoBiscosi 2021-09-03 11:19:54 +02:00
parent 4a3d15748d
commit 75790c3598
2 changed files with 11 additions and 1 deletions

View file

@ -248,6 +248,16 @@ a:hover, .btn-link:hover {
color: rgb(255 255 255 / 50%) !important;
}
.extrainfo {
position: absolute;
z-index: 1;
border-radius: 4px;
left: 8px;
top: 8px;
padding: 8px;
background: rgba(0, 0, 0, 0.5);
}
ul.navbar-nav li.nav-item.active,
ul.navbar-nav li.nav-item.active > a.active {
color: #e9e9e9 !important;