Use font-variable instead of rem

This commit is contained in:
Jorik Schellekens 2020-04-14 16:45:21 +01:00
parent 6338325d5c
commit c7c94933ee
2 changed files with 8 additions and 1 deletions

View file

@ -26,7 +26,7 @@ a.mx_Pill {
}
.mx_Pill {
padding: 0.3rem;
padding: $font-5px;
}
/* More specific to override `.markdown-body a` text-decoration */