GaurangTandon / codeforces-darktheme

A dark theme built for Codeforces
MIT License
121 stars 34 forks source link

Unread message text background is too light #35

Open user202729 opened 4 years ago

user202729 commented 4 years ago

From Codeforces's CSS file:

.usertalks tr.unread td {
    background-color: #def !important;
}

The currently-white text on that background is not readable.