theme, plugins und config für die Webseite der Baptisten Hohenacker https://baptisten-hohenacker.de
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.

21 lines
418 B

//colors
$core-accent: #428bca;
$secondary-accent: #62488A;
$footer-bg: #f5f5f5;
$border-color: #f0f0f0;
$header-bg: $secondary-accent;
$header-text: lighten($header-bg, 55%);
$header-title: #f0f0f0;
$text-bg: #f0f0f0;
$text-text: #666666;
//spacing
$header-height: 50px;
$padding-vert: 30px;
$padding-horiz: 30px;
$content-padding: 15px;
$core-font-size: 14px;
$border-radius: 3px;