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

64 lines
1.1 KiB
Sass
Raw Normal View History

2014-09-02 15:01:16 +00:00
// 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
2014-09-04 14:56:34 +00:00
$twitter-color: #55acee
2014-09-02 15:01:16 +00:00
$twitter-text-color: #fff
2014-09-04 14:56:34 +00:00
$email-color: #db4437
$email-text-color: #e7e6dd
2014-09-02 15:01:16 +00:00
2016-03-06 13:27:48 +00:00
$telegram-color: #0088cc
$telegram-text-color: white
2014-09-04 14:56:34 +00:00
$github-color: #999
$github-text-color: #000
$linkedin-color: #0976b4
$linkedin-text-color: #fff
2014-09-02 15:01:16 +00:00
2015-03-19 22:12:08 +00:00
$rss-color: #ff9557
2014-09-02 15:01:16 +00:00
$rss-text-color: #eee
2015-03-19 22:12:08 +00:00
$blog-color: desaturate(#fe160e, 50)
2014-09-02 15:01:16 +00:00
$blog-text-color: #fff
2015-03-19 22:12:08 +00:00
$homepage-color: desaturate(#00cbf4, 50)
$homepage-text-color: #efefef
2015-03-19 22:12:08 +00:00
$projects-color: desaturate(#491b93, 50)
2014-09-02 15:01:16 +00:00
$projects-text-color: #efefef
// Colors
$warning-color: #f39c12
$warning-text-color: #fff
// font
@font-face
font-family: fmartingr
src: url('/static/fmartingr.ttf')