fmartingr.com-legacy/fmartingrcom/themes/v1/static/sass/_variables.sass

61 lines
1.1 KiB
Sass

// General
$text-color: #242424
$font-family: "Georgia", "Open Sans", OpenSansRegular, sans-serif
$font-size: 18px
$anchor-text-color: #2277bb
$anchor-text-shadow-color: #004b6b
$headers-font-family: 'Antic Slab', serif
$text-shadow-color: #fff
$text-shadow-properties: 1px 1px 1px
$strong-text-color: #3e4349
$box-shadow-properties: 0px 0px 5px
// Sidebar
$sidebar-bg: #242424
$sidebar-text-color: #fff
$sidebar-width: 260px
$footer-padding: 10px
// Content
$content-sidebar-gap: 40px
// Buttons
$twitter-color: #55acee
$twitter-text-color: #fff
$email-color: #db4437
$email-text-color: #e7e6dd
$github-color: #999
$github-text-color: #000
$linkedin-color: #0976b4
$linkedin-text-color: #fff
$rss-color: #ff9557
$rss-text-color: #eee
$blog-color: desaturate(#fe160e, 50)
$blog-text-color: #fff
$homepage-color: desaturate(#00cbf4, 50)
$homepage-text-color: #efefef
$projects-color: desaturate(#491b93, 50)
$projects-text-color: #efefef
// Colors
$warning-color: #f39c12
$warning-text-color: #fff
// font
@font-face
font-family: fmartingr
src: url('/static/fmartingr.ttf')