Browse Source

Change horizontal rule total width and color

pull/88/head
Weilbyte 4 years ago
parent
commit
13f3040753
No known key found for this signature in database GPG Key ID: E1EB2BFCF73B5B9F
  1. 2
      PVEDiscordDark/sass/PVEDiscordDark.css
  2. 5
      PVEDiscordDark/sass/x/_misc.sass

2
PVEDiscordDark/sass/PVEDiscordDark.css

File diff suppressed because one or more lines are too long

5
PVEDiscordDark/sass/x/_misc.sass

@ -23,3 +23,8 @@
.install-mask
color: white
background-color: $darker
hr[class*="x-component"]
border-width: 1px
border-bottom-width: 0px
border-color: rgba($blurple, 0.35)

Loading…
Cancel
Save