Browse Source

Change warning row background color (closes #82)

pull/86/head
Weilbyte 4 years ago
parent
commit
734e363461
No known key found for this signature in database GPG Key ID: E1EB2BFCF73B5B9F
  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 .warning
color: $yellow color: $yellow
.proxmox-warning-row
background-color: rgba($yellow, 0.35)
.install-mask .install-mask
color: white color: white
background-color: $darker background-color: $darker

Loading…
Cancel
Save