Update styles.css
This commit is contained in:
parent
0c05630873
commit
5b7b07418b
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue