Skip to content

Commit 076ae4a

Browse files
author
Tim Bannister
committed
Move variable definitions to match Docsy
Put the variable definitions for SCSS where Docsy says they belong.
1 parent afdc6dd commit 076ae4a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

assets/scss/_skin.scss

Lines changed: 0 additions & 5 deletions
This file was deleted.

assets/scss/_styles_project.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Add styles or import other files. */
33

44
@import "reset";
5-
@import "skin";
65

76
//K8S-Docsy integration
87
@import "custom";

assets/scss/_variables_project.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Override variables from the theme here. */
33

44
$primary: #326ce5;
55

6+
$blue: #326ce5;
7+
$light-grey: #f7f7f7;
8+
$dark-grey: #303030;
9+
$medium-grey: #4c4c4c;
10+
$white: #ffffff;
11+
612
// tooltip
713
$tooltip-bg: #555;
814
$tooltip-arrow-color: $tooltip-bg !default;

0 commit comments

Comments
 (0)