mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-12-31 20:38:16 +00:00
Merge pull request #10 from kumitterer/rottenwheel
style(css): make text more cecece
This commit is contained in:
commit
4a474429c3
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
html {
|
||||
background-color: black;
|
||||
color: #fff;
|
||||
color: #cecece;
|
||||
font-style: normal;
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
@ -15,7 +15,7 @@ p.fiat-info {
|
|||
|
||||
p.fiat-info span,
|
||||
a.fiat-tooltip {
|
||||
color: white;
|
||||
color: #cecece;
|
||||
}
|
||||
|
||||
.btn {
|
||||
|
@ -75,7 +75,7 @@ input.form-control {
|
|||
}
|
||||
|
||||
.btn-equals:hover {
|
||||
color: white;
|
||||
color: #cecece;
|
||||
}
|
||||
|
||||
.equals-text {
|
||||
|
@ -83,7 +83,7 @@ input.form-control {
|
|||
}
|
||||
|
||||
p {
|
||||
color: white;
|
||||
color: #cecece;
|
||||
}
|
||||
|
||||
.gold {
|
||||
|
|
Loading…
Reference in a new issue