mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-15 14:13:31 -06:00
Convert colors to vars
This commit is contained in:
@@ -21,11 +21,12 @@ th,
|
||||
td {
|
||||
@include fs-3;
|
||||
min-width: 120px;
|
||||
background-color: lighten($body-background-color, 1%);
|
||||
padding-top: $sp-2;
|
||||
padding-right: $sp-3;
|
||||
padding-bottom: $sp-2;
|
||||
padding-left: $sp-3;
|
||||
border-bottom: $border $grey-lt-000;
|
||||
border-bottom: $border rgba($border-color, 0.5);
|
||||
border-left: $border $border-color;
|
||||
|
||||
&:first-of-type {
|
||||
|
Reference in New Issue
Block a user