Have a white halo around png on dark mode

This commit is contained in:
Alexandre
2024-06-25 15:57:48 +02:00
committed by GitHub
parent 475f03274a
commit 0dad370921
+7
View File
@@ -156,6 +156,7 @@ button:hover {
left: 0;
padding: 10px;
opacity: 0.7;
filter: drop-shadow(3px 3px 12px rgba(255, 255, 255, 0.6));
}
.modal {
@@ -208,6 +209,7 @@ button:hover {
width:175px;
display:initial !important;
margin-left: 60px;
filter: drop-shadow(3px 3px 12px rgba(255, 255, 255, 0.6));
}
.topnav form {
@@ -242,6 +244,7 @@ button:hover {
.topnav .icon {
display: none;
color: #f5f5f5;
filter: drop-shadow(3px 3px 12px rgba(255, 255, 255, 0.6));
}
.overview th {
@@ -562,11 +565,13 @@ button:hover {
}
.banner img {
display: none;
filter: drop-shadow(3px 3px 12px rgba(255, 255, 255, 0.6));
}
.logo img {
display: block;
width: 60px;
height: 60px;
filter: drop-shadow(3px 3px 12px rgba(255, 255, 255, 0.6));
}
.topnav.responsive {position: relative;}
.topnav.responsive button {
@@ -600,6 +605,7 @@ button:hover {
}
.banner img {
display: none;
filter: drop-shadow(3px 3px 12px rgba(255, 255, 255, 0.6));
}
.stream {
float: right;
@@ -610,6 +616,7 @@ button:hover {
display: block;
width: 60px;
height: 60px;
filter: drop-shadow(3px 3px 12px rgba(255, 255, 255, 0.6));
}
.play table,.overview table,.stats table {
width: 100%;