Skip to content

Commit

Permalink
Custom colours
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Nov 3, 2023
1 parent 85bbb64 commit e8a7085
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,32 @@
---
---
$header-bg-color: #6f15b8;
$header-bg-color-secondary: #4e2802;

// Headers
// $header-heading-color: #fff !default;
$header-bg-color: #9b5816;
$header-bg-color-secondary: #6c00c4;

// Text
$section-headings-color: #a47242;
$body-text-color: #8a8a8a;
$body-link-color: #8971bd;
$blockquote-text-color: #819198 !default;

// Code
$code-bg-color: #2f2f2f;
$code-text-color: #b3978a;

// Borders
$border-color: #544b57;
$table-border-color: #544b57;
$hr-border-color: #544b57;

@import "{{ site.theme }}";

$body-bg-color: #202020;

body {
background: invert($body-text-color);
background: $body-bg-color;
}

// Step navigation
Expand Down

0 comments on commit e8a7085

Please sign in to comment.