Skip to content

Commit

Permalink
fix: added the correct CSS snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
Inmoresentum committed Oct 17, 2024
1 parent af8098e commit 4ad884a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Writerside/topics/VencordFaq.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,10 +504,10 @@ Before applying the theme:
* Now paste the below CSS snippet:

```css
/* hide message in the sidebar when using light mode */
html.theme-light .sidebar_a4d4d9 .content_eed6a8:after {
color: rgba(255, 255, 255, 0) !important;
text-shadow: none !important;
/* Mute and Headphone icon always stays visible even when not
hovering over user control */
.panels_a4d4d9 > .container_b2ca13 .flex_dc333f > :not(:last-child) {
opacity: 100% !important;
}
```

Expand Down

0 comments on commit 4ad884a

Please sign in to comment.