mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 03:04:38 +10:00
34 lines
574 B
CSS
34 lines
574 B
CSS
* {
|
|
border-color: #909396 !important;
|
|
}
|
|
a {
|
|
color: #ce4139 !important;
|
|
}
|
|
a:visited {
|
|
color: #b68800 !important;
|
|
}
|
|
body {
|
|
background-color: #262626 !important;
|
|
color: #909396 !important;
|
|
}
|
|
html {
|
|
background-color: #262626 !important;
|
|
}
|
|
input,
|
|
textarea {
|
|
background-color: #2e2e2e !important;
|
|
color: #909396 !important;
|
|
}
|
|
blockquote,
|
|
pre {
|
|
background-color: #2e2e2e !important;
|
|
color: #909396 !important;
|
|
}
|
|
.post-actions {
|
|
background-color: #2e2e2e !important;
|
|
}
|
|
.textarea-wrapper {
|
|
background-color: #262626 !important;
|
|
color: #909396 !important;
|
|
}
|