Skip to content

Commit

Permalink
Update elements.css with dark mode
Browse files Browse the repository at this point in the history
(cherry picked from commit e14e996)
  • Loading branch information
Pomaranczowek authored and Steve0Greatness committed Jan 27, 2025
1 parent 47a55d2 commit a156557
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion static/elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@ position:absolute;right:0;top:0;image-rendering:pixelated;background-size:contai
.post-box .post-author{display:none}
.post-box .post-dot{display:none}
.post-box .post-title{display:inline-block;margin:0;font-style:normal;font-family:inherit}

@media (prefers-color-scheme: dark) {
.follow{
display:block;color:white;border-radius:25px;padding:8px 16px;background-color:#1f384a;text-decoration:none !important;
margin-bottom:5px;border:none;width:100%;text-align:left;font-size:16px
}
.follow:hover{background:#28465c;}

0 comments on commit a156557

Please sign in to comment.