Logo shows on darker theme

This commit is contained in:
2023-08-31 20:23:53 -04:00
parent ad088caade
commit 37a6c3ba10
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -915,9 +915,9 @@ p {
}
.wrench-logo-box img {
max-width: 100%; /* Ensure the image doesn't overflow its container */
filter: brightness(1.2); /* Adjust image brightness (experiment with values) */
opacity: 2.4; /* Adjust image opacity (experiment with values) */
max-width: 100%; /* Ensures the image doesn't overflow its container */
filter: brightness(1.2); /* Adjust image brightness */
opacity: 2.4; /* Adjust image opacity */
}