Update styles.css

This commit is contained in:
Extravi 2022-08-14 23:04:04 -04:00 committed by GitHub
parent 0c05630873
commit 5b7b07418b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,7 +187,6 @@ a:hover,
.logomobile {
display: none;
}
.noDecoration {
@ -195,6 +194,10 @@ a:hover,
color: var(--main-fg);
}
.noDecoration:hover {
text-decoration: none;
}
.sub-search-button-wrapper {
margin-left: 118px;
}