Created
April 12, 2017 19:25
-
-
Save wchristian/31752413bddb179a1c20e68d3e28e617 to your computer and use it in GitHub Desktop.
CSS for Stylish extension to make Mastodon brighter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { font-family: "Tahoma" } | |
.column { width: 27% } | |
.drawer { width: 15% } | |
.status, .notification__message, .status__prepend { padding-top: 0 } | |
.status { padding-bottom: 0} | |
.status :nth-child(3n) { | |
margin-top: 0 !important; | |
} | |
body.app-body, .ui { background: transparent } | |
body { color: #000 } | |
.status__display-name strong, .account__display-name strong, .detailed-status__display-name strong { color: #374A63 } | |
.status__content a, .reply-indicator__content a { color: #181F24 } | |
.column, .column>.scrollable { background: #C7CBD7 } | |
.column-header { background: #BBBFCF } | |
.collapsable-collapsed { color: #374A63; background: #BBBFCF;} | |
.column-icon { color: #374A63; background: #BBBFCF;} | |
.search__input { color: #374A63; background: #C7CBD7;} | |
.detailed-status, .detailed-status__action-bar { background: #BBBFCF;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment