Improve tables and blockquotes

This commit is contained in:
Djordje Atlialp 2021-01-10 22:57:19 +01:00
parent 833de605e3
commit f43bf66f28
3 changed files with 39 additions and 22 deletions

View file

@ -11,10 +11,10 @@ $light-table-color: #dcdcdc;
/* Dark theme colors */
$dark-background: #232425;
$dark-background-secondary: #3b3d42;
$dark-color: #e2e2e2;
$dark-color: #dfdfdf;
$dark-color-secondary: #b3b3bd;
$dark-border-color: #73747b;
$dark-table-color: #73747b;
$dark-border-color: #4e4e57;
$dark-table-color: #4e4e57;
$media-size-phone: "(max-width: 684px)";
$media-size-tablet: "(max-width: 900px)";