Browse Source

Fix markdown table coloring

pull/121/head
Weilbyte 3 years ago
parent
commit
60055cc7d6
No known key found for this signature in database GPG Key ID: E1EB2BFCF73B5B9F
  1. 3
      PVEDiscordDark/sass/PVEDiscordDark.css
  2. 12
      PVEDiscordDark/sass/special/_proxmox.sass

3
PVEDiscordDark/sass/PVEDiscordDark.css

File diff suppressed because one or more lines are too long

12
PVEDiscordDark/sass/special/_proxmox.sass

@ -22,3 +22,15 @@
.pmx-md pre code
border-left: 3px solid $light
.pmx-md tbody tr:nth-of-type(even)
background-color: darken($darker, 1)
.pmx-md thead tr
background-color: darken($darker, 2)
.pmx-md tbody td, .pmx-md tbody tr:last-of-type td
border-bottom: 1px solid lighten($darker, 5)
.pmx-md tbody tr:hover td
background-color: lighten($darker, 10)
Loading…
Cancel
Save