Skip to content

Commit

Permalink
right red
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Aug 15, 2020
1 parent 07c5987 commit 7557e95
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion _docs/_src/sass/_theme_etc_local.sass
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@




.icon-home
color: $accent-color
2 changes: 1 addition & 1 deletion _docs/_src/sass/_theme_layout.sass
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ html

.wy-nav-top
display: none
background: $link-color
background: $accent-color
color: $white
padding: $gutter / 4 $gutter / 2
position: relative
Expand Down
7 changes: 5 additions & 2 deletions _docs/_src/sass/wyrm_core/_wy_variables.sass
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ $purple: #9B59B6
$cobalt: #34495E
$yellow: #F1C40F
$orange: #E67E22
$red: #E74C3C
$red: #fd2701
$shell: #ECF0F1

$accent-color: $red
$body-color: #262626

// Typography
$base-font-size: 16px !default
$base-font-family: "Helvetica Neue", Arial, sans-serif !default
Expand All @@ -35,7 +38,7 @@ $custom-font-family: "Georgia", serif !default
$custom-font-family2: "Georgia", serif !default
$code-font-family: "Consolas", "Monaco", monospace !default
$icon-font-family: "FontAwesome"
$text-color: #262626 !default
$text-color: $body-color !default
$text-invert: hsl(0,0%,100%) !default
$text-code-color: $red
$text-code-background-color: $white
Expand Down

0 comments on commit 7557e95

Please sign in to comment.