Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
communs
communs-wp-theme
Commits
d582ee58
Commit
d582ee58
authored
Jul 30, 2016
by
numahell
Browse files
Improve typography
parent
abcc11bc
Changes
3
Hide whitespace changes
Inline
Side-by-side
assets/scss/base/_typo.scss
View file @
d582ee58
...
...
@@ -15,8 +15,6 @@ h1 {
h2
{
font-size
:
22px
;
color
:
$c-gray-6
;
font-weight
:
700
;
}
/* h1 {
font-size: 22px;
...
...
assets/scss/components/_thumbnails.scss
View file @
d582ee58
.thumbnails
>
li
{
.thumbnails
{
list-style
:
none
;
img
{
margin-bottom
:
5px
;
}
a
{
display
:
block
;
&
:hover
{
background-color
:
$gray-lightest
;
margin
:
-8px
-8px
0
-8px
;
padding
:
8px
8px
0
8px
;
}
}
>
li
{
list-style
:
none
;
margin-bottom
:
40px
;
text-align
:
center
;
}
}
figcaption
{
font-style
:
italic
;
font-family
:
$header-font-family
;
&
::before
{
content
:
url('../images/chevron.png')
;
margin-right
:
0
.5em
;
}
}
assets/scss/global/_settings.scss
View file @
d582ee58
...
...
@@ -58,11 +58,11 @@ $foundation-palette: (
$light-gray
:
#e8e8e8
;
$medium-gray
:
#d7d7d7
;
$dark-gray
:
#999999
;
$darker-gray
:
#7
07070
;
$darker-gray
:
#7
77777
;
$black
:
#0a0a0a
;
$white
:
#f5f5f5
;
$body-background
:
$white
;
$body-font-color
:
$dark-gray
;
$body-font-color
:
$dark
er
-gray
;
$body-font-family
:
"AmbleRegular"
,
Helvetica
,
sans-serif
;
$body-antialiased
:
true
;
$global-margin
:
1rem
;
...
...
@@ -104,7 +104,7 @@ $block-grid-max: 8;
// ------------------
$header-font-family
:
'Kreon'
,
serif
;
$header-font-weight
:
$global-weight-normal
;
$header-font-weight
:
500
;
$header-font-style
:
normal
;
$font-family-monospace
:
Consolas
,
'Liberation Mono'
,
Courier
,
monospace
;
$header-sizes
:
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment