The current Hugo theme for the beetbox.io website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
486 B

@import "hugo:vars";
$beetbox-red: #9e0008;
$beetbox-pink: #d93370;
$beetbox-purple: #ac65cb;
$beetbox-green: #003f56;
$beetbox-blue: #5fcfd0;
// Default colors are defined within layouts/_default/baseof.html.
// To pick your own colors, place variables in your site config under params.styles
$background-color: $background-color;
$font-color: $font-color;
$top-bar: $top-bar;
$dark: $dark;
$link-color: $link-color;
$link-color-visited: $link-color-visited;
$code-edge: $code-edge;