Browse Source

Merge pull request #58 from Weilbyte/Weilbyte/issue56

Inherit color for tree list menu icons (fix #56)
pull/62/head
Weilbyte 4 years ago
committed by GitHub
parent
commit
68399da575
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      PVEDiscordDark/sass/PVEDiscordDark.css
  2. 3
      PVEDiscordDark/sass/special/_icons.sass

2
PVEDiscordDark/sass/PVEDiscordDark.css

File diff suppressed because one or more lines are too long

3
PVEDiscordDark/sass/special/_icons.sass

@ -49,6 +49,9 @@
.fa-cloud:before
color: white
.x-treelist-item-icon.fa:before
color: inherit
.fa-volume-up:before
color: white

Loading…
Cancel
Save