Better website title contrast ratio.

This commit is contained in:
Daniel 2022-06-21 10:07:51 +04:30
parent 93f5e7b611
commit ace0135a11

View File

@ -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);
}