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 {
|
h1 {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 32px;
|
font-size: 36px;
|
||||||
margin: 16px 0
|
margin: 16px 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -95,7 +95,7 @@ $index = $client->index(
|
||||||
|
|
||||||
button {
|
button {
|
||||||
margin: 22px 0;
|
margin: 22px 0;
|
||||||
padding: 10px 16px;
|
padding: 6px 16px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: #3394fb;
|
background-color: #3394fb;
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@ $results = $index->search($q)
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 8px;
|
top: 2px;
|
||||||
left: 24px;
|
left: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -87,8 +87,8 @@ $results = $index->search($q)
|
||||||
h1 > a:hover {
|
h1 > a:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 24px;
|
font-size: 22px;
|
||||||
margin: 10px 0;
|
margin: 0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -110,7 +110,7 @@ $results = $index->search($q)
|
||||||
input {
|
input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 12px 0;
|
margin: 12px 0;
|
||||||
padding: 10px 0;
|
padding: 6px 0;
|
||||||
border-radius: 32px;
|
border-radius: 32px;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
@ -145,14 +145,14 @@ $results = $index->search($q)
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 8px 16px;
|
padding: 6px 16px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: #3394fb;
|
background-color: #3394fb;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 15px;
|
top: 12px;
|
||||||
right: 24px;
|
right: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue