Better website title contrast ratio.
This commit is contained in:
parent
93f5e7b611
commit
ace0135a11
|
@ -49,7 +49,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
color: darkgray;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.link {
|
.link {
|
||||||
|
@ -98,6 +98,10 @@ body {
|
||||||
color: rgb(64, 64, 64);
|
color: rgb(64, 64, 64);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.light .title {
|
||||||
|
color: rgb(0, 0, 0);
|
||||||
|
}
|
||||||
|
|
||||||
.light .list-row {
|
.light .list-row {
|
||||||
background-color: lightyellow;
|
background-color: lightyellow;
|
||||||
}
|
}
|
||||||
|
@ -122,10 +126,6 @@ body {
|
||||||
background-color: rgb(233, 220, 179);
|
background-color: rgb(233, 220, 179);
|
||||||
}
|
}
|
||||||
|
|
||||||
.light .title {
|
|
||||||
color: rgb(105, 105, 105);
|
|
||||||
}
|
|
||||||
|
|
||||||
.light .link {
|
.light .link {
|
||||||
color: rgb(102, 102, 102);
|
color: rgb(102, 102, 102);
|
||||||
}
|
}
|
||||||
|
|
Ŝarĝante…
Reference in New Issue