Created
November 21, 2022 06:32
-
-
Save LindseyB/8af0e11c837e852d26a9239f0718b4d4 to your computer and use it in GitHub Desktop.
mastodon dracula theme
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: ui-monospace, | |
Menlo, Monaco, | |
"Cascadia Mono", "Segoe UI Mono", | |
"Roboto Mono", | |
"Oxygen Mono", | |
"Ubuntu Monospace", | |
"Source Code Pro", | |
"Fira Mono", | |
"Droid Sans Mono", | |
"Courier New", monospace; | |
background: #282a36 important; | |
} | |
.reply-indicator__content p, .status__content p { | |
font-size: 18px !important; | |
line-height: 1.5 !important; | |
} | |
.simple_form .block-button, .simple_form .button, .simple_form button { | |
background: #bd93f9 !important; | |
} | |
.button, .selected, .simple_form hint a { | |
background-color: #bd93f9 !important; | |
} | |
a.selected { | |
color: #282a36 !important; | |
} | |
.simple_form span.hint { | |
font-size: 14px !important!; | |
} | |
.status__display-name { | |
color: #6272a4 !important; | |
} | |
.status__content__read-more-button { | |
color: #bd93f9 !important; | |
} | |
.simple_form input[type=email]:active, .simple_form input[type=email]:focus, .simple_form input[type=number]:active, .simple_form input[type=number]:focus, .simple_form input[type=password]:active, .simple_form input[type=password]:focus, .simple_form input[type=text]:active, .simple_form input[type=text]:focus, .simple_form input[type=url]:active, .simple_form input[type=url]:focus, .simple_form textarea:active, .simple_form textarea:focus { | |
border-color: #6272a4 !important; | |
} | |
.notification__relative_time, .status__relative-time, .icon-button { | |
color: #6272a4 !important; | |
} | |
.simple_form .hint a { | |
color: #8be9fd !important; | |
} | |
.reply-indicator__content a.unhandled-link, .status__content a.unhandled-link { | |
color: #bd93f9 !important; | |
} | |
.reply-indicator__content, .status__content { | |
color: #f8f8f2 !important; | |
} | |
.flash-message.notice { | |
color: #50fa7b !important; | |
} | |
.column-link--transparent.active { | |
color: #bd93f9 !important; | |
} | |
.reply-indicator { | |
background: #44475a !important; | |
} | |
.column-header__back-button { | |
color: #bd93f9 !important; | |
} | |
.reply-indicator__content a, .status__content a { | |
color: #8be9fd !important; | |
} | |
.notification__message .fa { | |
color: #bd93f9 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍