Hello,
We have quite a few skins with different set of colors selectable in interface options, the most interesting to check is probably grey.css. It's also possible to slightly modify existing skins using CSS. I'm using a custom skin for quite a long time which increases size of all the texts and also increases width of the page (on desktop browsers).
You can copypaste it to the player settings -> interface -> custom CSS if you'd like to try it:
Code: Select all
body, td, .cnt {
font-size: 13pt !important;
}
@media all and (min-width: 1300px) {
.page, .page-left, center > table, center > div, #eventsList > div, .obj_object {
width: 900px !important;
}
.titlebar {
width: 900px;
}
}
I'm also planning to do some color changes regarding built-in skins quite soon.
They'll mostly improve user experience on mobile devices, but they'll also increase contrast of text and background, so they may have positive impact on readability.
‘Never! Run before you walk! Fly before you crawl! Keep moving forward! You think we should try to get a decent mail service in the city. I think we should try to send letters anywhere in the world! Because if we fail, I’d rather fail really hugely’