Update table styling

pull/4/head
Maik de Kruif 3 years ago
parent e7c4a9e3dd
commit a42ca8aa17
No known key found for this signature in database
GPG Key ID: 46C1200ACD3A432F
  1. 28
      themes/maik-blog/assets/scss/_main.scss

@ -367,4 +367,32 @@ svg {
svg {
font-size: 1.5rem;
}
}
table {
width: 100%;
padding: 10px 10px 10px 20px;
border-radius: 8px;
font-size: .95rem;
overflow: auto;
background: $light-background-secondary;
th {
padding: 8px 0px;
}
td {
padding: 6px 0px;
border-top: 1px solid $light-color-secondary;
}
.dark-theme & {
background: $dark-background-secondary;
td {
border-top-color: $dark-color-secondary;
}
}
}
Loading…
Cancel
Save