Last active
July 6, 2018 16:31
-
-
Save jonhoo/e14f435e09e8941812dc2c4156efc157 to your computer and use it in GitHub Desktop.
Stylesheet for making Discord Light at least somewhat easier to read
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
.message-group .comment .markup, .chat { | |
color: inherit; | |
} | |
.message-group.compact .message .timestamp { | |
color: #555; | |
float: right; | |
} | |
.reaction .reaction-count { | |
color: inherit; | |
} | |
.content > div + div:not(.search-results-wrap) { | |
display: none; | |
} | |
body { | |
font-family: sans-serif !important; | |
line-height: normal; | |
} | |
.message-content { | |
line-height: normal; | |
} | |
.message-group .comment .markup, .message-group.compact .message .message-text .markup { | |
line-height: normal; | |
font-size: 100%; | |
padding-left: 0; | |
text-indent: 0; | |
} | |
.message-group.compact .accessory { | |
padding-left: 2em; | |
clear: left; | |
} | |
.message-group .comment .markup pre { | |
max-width: none; | |
font-family: monospace; | |
background: #fff; | |
margin: 1em 0; | |
margin-left: 2em; | |
clear: left; | |
} | |
.message-group .comment .markup pre code { | |
background: #fff; | |
line-height: normal; | |
} | |
code { | |
font-family: monospace; | |
} | |
.message-group.compact .message .message-text .markup .username-wrapper { | |
float: left; | |
width: 5em; | |
white-space: nowrap; | |
text-overflow: ellipsis; | |
overflow: hidden; | |
vertical-align: baseline; | |
padding-right: .5em; | |
} | |
.message-group.compact .message .message-text .markup .user-name { | |
line-height: normal; | |
font-size: 100%; | |
vertical-align: baseline; | |
} | |
.highlight-separator { | |
display: none; | |
} | |
html { | |
font-size: 100% !important; | |
} | |
.theme-light .textArea-2Spzkt { | |
color: black; | |
letter-spacing: normal; | |
line-height: normal; | |
font-size: 100%; | |
} | |
::placeholder, body, button, input, select, textarea { | |
font-family: inherit; | |
} | |
.message-group .btn-reaction:first-child { | |
padding-right: 20px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment