Created
September 21, 2021 20:25
-
-
Save Corvimae/cb1996bf5c92af5839f89923b0b36946 to your computer and use it in GitHub Desktop.
modhub but less bad
This file contains 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.dark.dark :focus { | |
outline: 1px solid #C33BCC !important; | |
} | |
.badge-pill.badge-pill.badge-pill { | |
font-size: 1rem; | |
background-color: transparent; | |
padding: 0; | |
} | |
.badge-pill.badge-pill.badge-pill + .badge-pill.badge-pill.badge-pill { | |
margin-left: 1rem; | |
} | |
.metadata-label { | |
display: none; | |
} | |
.status-info-container.status-info-container.status-info-container { | |
display: none; | |
} | |
.ticket-title { | |
display: none; | |
} | |
.ticket-label-container.ticket-label-container.ticket-label-container { | |
padding: 0.75rem; | |
} | |
.ticket-body-container.ticket-body-container.ticket-body-container { | |
padding-bottom: 0; | |
} | |
.ticket-label-text.ticket-label-text.ticket-label-text { | |
padding-bottom: 0; | |
margin-bottom: 0.25rem; | |
} | |
.ticket-label-text > div { | |
padding: 0; | |
margin-right: 1rem !important; | |
} | |
body.dark .badge-pill { | |
color: rgb(151, 154, 155); | |
} | |
body.dark .ticket-text-styled { | |
color: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment