Skip to content

Commit 77865ed

Browse files
Fix Disqus color in dark mode, again
1 parent 1386d73 commit 77865ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/hackmysql.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ 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)); }
569+
#disqus_thread p { color: light-dark(var(--light-txt), var(--dark-txt)); }
570570

571571
/* flags */
572572
.show {display:block;}

0 commit comments

Comments
 (0)