mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2025-01-06 07:18:07 +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 {
|
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 {
|
||||||
|
|
Loading…
Reference in a new issue