Onionr/onionr/static-data/www/ui/dist/css/themes/dark.css

37 lines
497 B
CSS
Raw Normal View History

2018-07-30 00:43:28 +00:00
body {
background-color: #96928f;
color: #25383C;
}
/* timeline */
.onionr-post {
border: 1px solid black;
border-radius: 1rem;
2018-08-04 02:52:45 +00:00
2018-07-30 00:43:28 +00:00
background-color: lightgray;
}
.onionr-post-user-name {
color: green;
font-weight: bold;
}
.onionr-post-user-id {
color: gray;
}
.onionr-post-date {
color: gray;
}
.onionr-post-content {
font-family: sans-serif, serif;
border-top: 1px solid black;
font-size: 15pt;
}
2018-08-04 02:52:45 +00:00
.h-divider {
border-top:1px solid gray;
}