mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix #1063
This commit is contained in:
parent
bbbe1431a6
commit
88fb510d93
@ -1,5 +1,11 @@
|
|||||||
# Bulma Changelog
|
# Bulma Changelog
|
||||||
|
|
||||||
|
## 0.5.2
|
||||||
|
|
||||||
|
### Issues closed
|
||||||
|
|
||||||
|
* #1063 `$family-primary` customisation
|
||||||
|
|
||||||
## 0.5.1
|
## 0.5.1
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
@ -153,10 +153,14 @@
|
|||||||
|
|
||||||
<div class="navbar-end">
|
<div class="navbar-end">
|
||||||
<a class="navbar-item is-hidden-desktop-only" href="{{ site.github }}" target="_blank">
|
<a class="navbar-item is-hidden-desktop-only" href="{{ site.github }}" target="_blank">
|
||||||
GitHub
|
<span class="icon" style="color: #333;">
|
||||||
|
<i class="fa fa-github"></i>
|
||||||
|
</span>
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-item is-hidden-desktop-only" href="{{ site.twitter }}" target="_blank">
|
<a class="navbar-item is-hidden-desktop-only" href="{{ site.twitter }}" target="_blank">
|
||||||
Twitter
|
<span class="icon" style="color: #55acee;">
|
||||||
|
<i class="fa fa-twitter"></i>
|
||||||
|
</span>
|
||||||
</a>
|
</a>
|
||||||
<div class="navbar-item">
|
<div class="navbar-item">
|
||||||
<div class="field is-grouped">
|
<div class="field is-grouped">
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
$body-background-color: #fff !default
|
$body-background-color: #fff !default
|
||||||
$body-size: 16px !default
|
$body-size: 16px !default
|
||||||
$body-rendering: optimizeLegibility !default
|
$body-rendering: optimizeLegibility !default
|
||||||
$body-family: $family-sans-serif !default
|
$body-family: $family-primary !default
|
||||||
$body-color: $text !default
|
$body-color: $text !default
|
||||||
$body-weight: $weight-normal !default
|
$body-weight: $weight-normal !default
|
||||||
$body-line-height: 1.5 !default
|
$body-line-height: 1.5 !default
|
||||||
|
|
||||||
$code-family: $family-monospace !default
|
$code-family: $family-code !default
|
||||||
$code-padding: 0.25em 0.5em 0.25em !default
|
$code-padding: 0.25em 0.5em 0.25em !default
|
||||||
$code-weight: normal !default
|
$code-weight: normal !default
|
||||||
$code-size: 0.875em !default
|
$code-size: 0.875em !default
|
||||||
|
Loading…
Reference in New Issue
Block a user