Merge pull request #10 from kumitterer/rottenwheel

style(css): make text more cecece
This commit is contained in:
rottenwheel 2024-10-20 19:30:12 +00:00 committed by GitHub
commit 4a474429c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
html { html {
background-color: black; background-color: black;
color: #fff; color: #cecece;
font-style: normal; font-style: normal;
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
} }
@ -15,7 +15,7 @@ p.fiat-info {
p.fiat-info span, p.fiat-info span,
a.fiat-tooltip { a.fiat-tooltip {
color: white; color: #cecece;
} }
.btn { .btn {
@ -75,7 +75,7 @@ input.form-control {
} }
.btn-equals:hover { .btn-equals:hover {
color: white; color: #cecece;
} }
.equals-text { .equals-text {
@ -83,7 +83,7 @@ input.form-control {
} }
p { p {
color: white; color: #cecece;
} }
.gold { .gold {