Skip to content

Commit

Permalink
Create jekyll-theme-chirpy.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
salt-mountain authored Oct 11, 2024
1 parent 6a5e446 commit 7a3790c
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions assets/css/jekyll-theme-chirpy.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
---

@import 'main
{%- if jekyll.environment == 'production' -%}
.bundle
{%- endif -%}
';

/* append your custom style below */

/* Dracula Theme Custom Styles */
$black: #282a36;
$red: #ff5555;
$green: #50fa7b;
$yellow: #f1fa8c;
$blue: #6272a4;
$purple: #bd93f9;
$cyan: #8be9fd;
$white: #f8f8f2;
$comment: #6272a4;
$selection: #44475a;
$background: #282a36;
$foreground: #f8f8f2;

body {
background-color: $background;
color: $foreground;
}

a {
color: $purple;
}

code {
background-color: $selection;
color: $white;
}

pre {
background-color: $selection;
color: $foreground;
}

/* Additional customizations can go here */

0 comments on commit 7a3790c

Please sign in to comment.