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