Skip to content

Commit

Permalink
fix: fixed the css snippet in VencordFaq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Inmoresentum committed Sep 7, 2024
1 parent 8055134 commit 0ae7692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Writerside/topics/VencordFaq.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ Now the friend grid should be similar to the default Discord.
<tab id="ugly-thing-dark-mode" title="Dark Mode">
<code-block lang="CSS">
/* hide message in the sidebar when using dark mode */
.theme-dark .sidebar_a4d4d9 .content_eed6a8:after {
html.theme-dark .sidebar_a4d4d9 .content_eed6a8:after {
color: rgba(255, 255, 255, 0) !important;
text-shadow: none !important;
}
Expand All @@ -385,7 +385,7 @@ Now the friend grid should be similar to the default Discord.
<tab id="ugly-thing-light-mode" title="Light Mode">
<code-block lang="CSS">
/* hide message in the sidebar when using light mode */
.theme-light .sidebar_a4d4d9 .content_eed6a8:after {
html.theme-light .sidebar_a4d4d9 .content_eed6a8:after {
color: rgba(255, 255, 255, 0) !important;
text-shadow: none !important;
}
Expand Down

0 comments on commit 0ae7692

Please sign in to comment.