Update default.css

This commit is contained in:
@CyberAndi 2023-03-28 05:17:53 +02:00 committed by GitHub
parent 9dfc3c3bb6
commit 6f0d430bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -444,7 +444,6 @@ body.dark-theme {
background-image: linear-gradient(0deg, transparent, transparent, transparent, rgba(47,121,160,1));
color: #f0f0f0;
}
.dark-theme .pure-form legend {
color: #f0f0f0;
}
@ -603,6 +602,6 @@ div.thumbnail {
position: relative;
box-sizing: border-box;
border: #ccc solid;
box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,0.8), 0 0 black);
box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,0.8), 0 0 rgba(0,0,0,0.8);
}