I suggest to use this little code (custom CSS for improve the site appearance); dont change so much but improve a bit the appearance, and is more pleasant to see the site:

.page__outer-wrap {
    background: #dedede }

::-webkit-scrollbar-track {
    background: #30393f;
    border-radius: 0 }

::-webkit-scrollbar {
    width: 13px }

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(111, 111, 111, .5);
    background-image: linear-gradient(315deg, #d2d8d6 0%, #dce8e0 74%);
    background: #6a7384 }

this is my personal code for improve the site, I use this code also during write this post; I use this code in Google Chrome, for Edge I dont know any program like the following program i wrote in this post ...

You can try (if dont know how) thath code, with the Stylus [official site] addon, here the safe links from the official page for each common browser web:

Google Chorme
Firefox
Opera

its easy to use, and everyones can also code the entire web for make more better appearance 🙂

3 years ago*

Comment has been collapsed.

Deleted

This comment was deleted 11 months ago.

3 years ago
Permalink

Comment has been collapsed.

fixed 🙂

3 years ago
Permalink

Comment has been collapsed.

Closed 3 years ago by TOVOT.