You are viewing a single comment's thread from:

RE: I made a Steemit Night Mode user style inspired by Poloniex for my first post, with instructions on how to install it.

in #steemit8 years ago (edited)

One more fix! I noticed the trending tags page was white so I've changed it to match the menu.

table {
    background-color: rgb(89, 152, 156);
}
  
tr {
  background-color:#555; 
}

td {
  background-color: #555;
}

table thead {
    background: #333;
}
  
table tr th:first-child {
  color: rgb(89, 152, 156);
}

pre {
    padding-right: 10px;
}

.Comment .highlighted {
    background: #1B1B1B none repeat scroll 0%;
}

tags.png

Edit 1: added padding to code blocks and fixed highlighted comments as displaying with a white background.

Sort:  

Awesome!!! Thanks so much! I just added your improvements as v1.0.1 and credited you with a link to your profile in the changelog.