Skip to content

Commit 422ea88

Browse files
committed
css: remove the link-*-color variables
They have not been used since 92a2ad8 (Kill compass, 2015-03-24). Besides, their names are slightly misleading, suggesting that they refer to a color, when they actually have Boolean values. Removing them will make the next step easier, where we want to bulk convert the actual `*-color` variables from SCSS to CSS custom properties. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 205db72 commit 422ea88

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

assets/sass/variables.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ $light-font-color: #9a9994;
1515

1616
$link-color: #0388a6;
1717
$link-hover-color: lighten($link-color, 10%);
18-
$link-focus-color: false;
19-
$link-active-color: false;
20-
$link-visited-color: false;
2118

2219
$base-font-family-fallback: Roboto Slab, DejaVu Serif, Georgia, Times New Roman, sans-serif;
2320
$base-font-family: Adelle, $base-font-family-fallback;

0 commit comments

Comments
 (0)