mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
update styles
This commit is contained in:
parent
e53df01d47
commit
81b2e1bdd1
2 changed files with 8 additions and 8 deletions
|
|
@ -58,7 +58,7 @@ $index = $client->index(
|
|||
h1 {
|
||||
color: #fff;
|
||||
font-weight: normal;
|
||||
font-size: 32px;
|
||||
font-size: 36px;
|
||||
margin: 16px 0
|
||||
}
|
||||
|
||||
|
|
@ -95,7 +95,7 @@ $index = $client->index(
|
|||
|
||||
button {
|
||||
margin: 22px 0;
|
||||
padding: 10px 16px;
|
||||
padding: 6px 16px;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
background-color: #3394fb;
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ $results = $index->search($q)
|
|||
|
||||
h1 {
|
||||
position: fixed;
|
||||
top: 8px;
|
||||
top: 2px;
|
||||
left: 24px;
|
||||
}
|
||||
|
||||
|
|
@ -87,8 +87,8 @@ $results = $index->search($q)
|
|||
h1 > a:hover {
|
||||
color: #fff;
|
||||
font-weight: normal;
|
||||
font-size: 24px;
|
||||
margin: 10px 0;
|
||||
font-size: 22px;
|
||||
margin: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
@ -110,7 +110,7 @@ $results = $index->search($q)
|
|||
input {
|
||||
width: 100%;
|
||||
margin: 12px 0;
|
||||
padding: 10px 0;
|
||||
padding: 6px 0;
|
||||
border-radius: 32px;
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
|
|
@ -145,14 +145,14 @@ $results = $index->search($q)
|
|||
}
|
||||
|
||||
button {
|
||||
padding: 8px 16px;
|
||||
padding: 6px 16px;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
background-color: #3394fb;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
position: fixed;
|
||||
top: 15px;
|
||||
top: 12px;
|
||||
right: 24px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue