Skip to content

Commit 1386d73

Browse files
Fix Disqus color in dark mode
1 parent bad42e1 commit 1386d73

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/hackmysql.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,8 @@ footer a { color: var(--border); text-decoration: none; }
566566

567567
.notfound {margin: 1rem auto; width: 50%;}
568568

569+
.post-content .post-message p { color: light-dark(var(--light-txt), var(--dark-txt)); }
570+
569571
/* flags */
570572
.show {display:block;}
571573
.drop {text-decoration:underline; text-decoration-color:hotpink; text-underline-position:under;}

0 commit comments

Comments
 (0)