Dark themed inputs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user