Browse Source

Merge pull request #121 from Weilbyte/next

Fix markdown table coloring (fix #108)
pull/129/merge
Weilbyte 3 years ago
committed by GitHub
parent
commit
961d531515
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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