mirror of
https://github.com/viq/NewsBlur.git
synced 2025-11-01 09:09:16 +00:00
20 lines
No EOL
199 B
CSS
20 lines
No EOL
199 B
CSS
body {
|
|
background-color: #1A1A1A;
|
|
color: #FFF;
|
|
}
|
|
|
|
a {
|
|
color: #319DC5;
|
|
}
|
|
|
|
a:visited {
|
|
color: #319DC5;
|
|
}
|
|
|
|
code {
|
|
background-color: #4C4C4C;
|
|
}
|
|
|
|
pre, blockquote {
|
|
background-color: #4C4C4C;
|
|
} |