Dark themed inputs
This commit is contained in:
parent
43c0ed193e
commit
b45eacec28
5 changed files with 21 additions and 17 deletions
|
|
@ -105,7 +105,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
body {
|
||||
background-color: rgb(21, 25, 30);
|
||||
background-color: #15191e;
|
||||
color: #fff;
|
||||
margin: 0;
|
||||
font-family: "Inter", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
||||
|
|
@ -125,10 +125,10 @@ html, body, #root {
|
|||
}
|
||||
|
||||
a {
|
||||
color: rgb(102, 180, 233);
|
||||
color: #0086e6;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:hover, a:active {
|
||||
color: rgb(76, 134, 173);
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue