mirror of
https://github.com/rramiachraf/dumb.git
synced 2025-04-04 05:17:36 +03:00
19 lines
261 B
CSS
19 lines
261 B
CSS
#article-body {
|
|
line-height: 1.75;
|
|
}
|
|
|
|
#metadata, #article-subtitle, #article-date {
|
|
color: #333;
|
|
}
|
|
|
|
.dark #metadata, .dark #article-subtitle, .dark #article-date {
|
|
color: #ccc;
|
|
}
|
|
|
|
.dark #article-title {
|
|
color: #eee;
|
|
}
|
|
|
|
.dark #article-body {
|
|
color: #eee;
|
|
}
|