mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 08:56:29 +00:00
fixed font-size issue
This commit is contained in:
parent
e9e9124570
commit
3447596776
1 changed files with 1 additions and 0 deletions
|
@ -1422,6 +1422,7 @@ section > .search a {
|
||||||
transition: all .5s;
|
transition: all .5s;
|
||||||
border-radius:2px;
|
border-radius:2px;
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
|
font-size:14px;
|
||||||
}
|
}
|
||||||
section > .search a:hover {
|
section > .search a:hover {
|
||||||
background: #00ACC1;
|
background: #00ACC1;
|
||||||
|
|
Loading…
Reference in a new issue