aboutsummaryrefslogtreecommitdiff
path: root/src/public/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/public/styles.css')
-rw-r--r--src/public/styles.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/public/styles.css b/src/public/styles.css
index 14f093b..ab33161 100644
--- a/src/public/styles.css
+++ b/src/public/styles.css
@@ -47,7 +47,8 @@ main {
47.sub-title a, 47.sub-title a,
48.info-container a, 48.info-container a,
49.comment-info-container a, 49.comment-info-container a,
50.sort-opts a { 50.sort-opts a,
51.more a {
51 text-decoration: none; 52 text-decoration: none;
52} 53}
53 54
@@ -334,6 +335,10 @@ summary::before {
334 color: var(--text-color); 335 color: var(--text-color);
335} 336}
336 337
338.more a {
339 color: var(--text-color-muted);
340}
341
337hr { 342hr {
338 border: none; 343 border: none;
339 border-top: 1px dashed var(--text-color-muted); 344 border-top: 1px dashed var(--text-color-muted);
@@ -366,12 +371,22 @@ p {
366 margin-bottom: 0px; 371 margin-bottom: 0px;
367} 372}
368 373
374.self-text p {
375 margin-top: 10px;
376 margin-bottom: 10px;
377}
378
369.comment-body { 379.comment-body {
370 text-align: left; 380 text-align: left;
371 display: block; 381 display: block;
372 padding-bottom: 8px; 382 padding-bottom: 8px;
373} 383}
374 384
385.comment-body img {
386 height: 200px;
387 width: auto;
388}
389
375summary.expand-post { 390summary.expand-post {
376 display: none; 391 display: none;
377} 392}