Skip to content

Commit

Permalink
Undo split scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Nov 3, 2023
1 parent e0bcce3 commit b17b406
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
24 changes: 0 additions & 24 deletions assets/css/_vars.scss

This file was deleted.

27 changes: 26 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
---
---
@use "vars" as *;

// Override defaults

// 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;

// Own additions
$body-bg-color: #202020;

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

body {
Expand Down

0 comments on commit b17b406

Please sign in to comment.