1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-17 14:22:24 +02:00

librespeed fixes

This commit is contained in:
gilbN 2020-01-08 19:54:08 +01:00
parent 4ce6036d68
commit df3bab9c92

View File

@ -62,4 +62,21 @@ div.meterText:empty:before {
a:-webkit-any-link {
color: white;
}
#privacyPolicy {
background: var(--main-bg-color);
}
input {
font-family: "Roboto",sans-serif;
color: white;
background-color: rgba(0, 0, 0, 0.25) !important;
-webkit-rtl-ordering: logical;
Font-size: 16px;
padding: 10px;
border: none;
padding-left: 10px;
max-width: -webkit-fill-available;
border-radius: 3px;
margin-bottom: 5px !important;
outline: none;
}