mirror of
https://github.com/olivierlacan/keep-a-changelog.git
synced 2025-08-27 12:48:13 +02:00
100 lines
1.5 KiB
Sass
100 lines
1.5 KiB
Sass
$base-font-family: 'Muli', "Helvetica Neue", Helvetica, Arial, sans-serif
|
|
$source-code-font-family: "Source Code Pro", monospace
|
|
|
|
$color-black: #342828
|
|
$color-white: #FFFFFF
|
|
$color-ocre: #E05735
|
|
$color-gold: #faa930
|
|
$color-bark: #3F2B2D
|
|
$color-sand: #FEECD3
|
|
$color-light-sand: lighten($color-sand, 10%)
|
|
|
|
@import "layout"
|
|
@import "anchors"
|
|
@import "sections"
|
|
|
|
html
|
|
font: 16px/1.4 $base-font-family
|
|
color: #342828
|
|
background-color: $color-sand
|
|
|
|
a
|
|
color: $color-ocre
|
|
text-decoration: none
|
|
|
|
a:hover
|
|
text-decoration: underline
|
|
|
|
h1
|
|
color: $color-ocre
|
|
font-size: 3.2em
|
|
font-weight: bold
|
|
font-family: $base-font-family
|
|
margin-bottom: 0
|
|
line-height: 1
|
|
text-transform: lowercase
|
|
width: 50%
|
|
|
|
h2
|
|
font-size: 1.2em
|
|
margin-top: 0.2em
|
|
margin-bottom: 2em
|
|
|
|
h1, h2
|
|
text-align: left
|
|
|
|
h3
|
|
font-size: 1.3em
|
|
font-family: $base-font-family
|
|
margin-bottom: 1em
|
|
position: relative
|
|
padding-left: .1em
|
|
|
|
h3:hover .anchor, h3:focus .anchor
|
|
display: block
|
|
|
|
h3 ~ p
|
|
margin-top: 0
|
|
|
|
h1, h2, h3
|
|
margin-top: 0
|
|
padding-top: 1em
|
|
|
|
.about
|
|
text-align: center
|
|
|
|
.about
|
|
margin-top: 0
|
|
|
|
header
|
|
.locales, .mark
|
|
margin-bottom: -2em
|
|
margin-top: 2em
|
|
margin-right: 2em
|
|
|
|
.mark
|
|
margin-left: 3em
|
|
float: left
|
|
|
|
.footer
|
|
line-height: 2.2
|
|
|
|
.mark
|
|
float: left
|
|
|
|
.locales
|
|
float: right
|
|
|
|
.locales li
|
|
float: right
|
|
font-size: 0.7em
|
|
display: inline
|
|
list-style-type: none
|
|
white-space: nowrap
|
|
|
|
pre, code
|
|
background-color: $color-light-sand
|
|
font-family: $source-code-font-family
|
|
code
|
|
white-space: nowrap
|