This commit is contained in:
Jeremy Thomas 2017-08-14 11:26:48 +01:00
parent bbbe1431a6
commit 88fb510d93
3 changed files with 14 additions and 4 deletions

View File

@ -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

View File

@ -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">

View File

@ -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