Browse Source

Merge pull request #86 from Weilbyte/weilbyte/82

Change warning row background color (closes #82)
pull/94/head
Weilbyte 4 years ago
committed by GitHub
parent
commit
b4d16aa9d2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      PVEDiscordDark/sass/PVEDiscordDark.css
  2. 3
      PVEDiscordDark/sass/x/_misc.sass

2
PVEDiscordDark/sass/PVEDiscordDark.css

File diff suppressed because one or more lines are too long

3
PVEDiscordDark/sass/x/_misc.sass

@ -17,6 +17,9 @@
.warning
color: $yellow
.proxmox-warning-row
background-color: rgba($yellow, 0.35)
.install-mask
color: white
background-color: $darker

Loading…
Cancel
Save