This commit is contained in:
McShelby 2022-11-27 15:49:40 +00:00
parent fe80037406
commit 00d95f7b26
316 changed files with 7276 additions and 7284 deletions

View file

@ -516,10 +516,6 @@
display: none;
}
.searchbox input:-ms-input-placeholder {
color: rgba( 255, 255, 255, .4 );
}
.searchform input:-ms-input-placeholder{
color: rgba( 255, 255, 255, .4 );
}

View file

@ -134,10 +134,6 @@ th {
font-weight: 300;
}
.searchbox input::placeholder {
color: rgba( 255, 255, 255, .4 );
}
#content-wrapper {
display: flex;
flex-direction: column;