mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-24 02:27:37 +00:00
Standardize font, increase contrast of placeholder
This commit is contained in:
parent
6155c2e947
commit
f1fed5df30
1 changed files with 7 additions and 5 deletions
12
src/App.css
12
src/App.css
|
|
@ -17,7 +17,12 @@ $color5: rgba(104, 75, 58, 1);
|
|||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: "Tahoma";
|
||||
}
|
||||
|
||||
body,
|
||||
input,
|
||||
buton {
|
||||
font-family: "MS Sans Serif", "Segoe UI", sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
@ -34,8 +39,6 @@ h1 a {
|
|||
#search h1 .name {
|
||||
margin: 0 30px 0 0px;
|
||||
color: rgba(255, 2550, 2550, 0.9);
|
||||
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
|
||||
helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
|
||||
}
|
||||
|
||||
button {
|
||||
|
|
@ -118,7 +121,7 @@ button:active {
|
|||
}
|
||||
|
||||
#search input::placeholder {
|
||||
color: rgb(35, 41, 60);
|
||||
color: rgb(73, 83, 112);
|
||||
}
|
||||
|
||||
#infinite-skins {
|
||||
|
|
@ -182,7 +185,6 @@ body.overlay-open .overlay {
|
|||
margin: 10px;
|
||||
color: #a7a394;
|
||||
line-height: 25px;
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
bottom: 0;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue