]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #1063
authorJeremy Thomas <bbxdesign@gmail.com>
Mon, 14 Aug 2017 10:26:48 +0000 (11:26 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Mon, 14 Aug 2017 10:26:48 +0000 (11:26 +0100)
CHANGELOG.md
docs/_includes/navbar.html
sass/base/generic.sass

index adee59fdc6244719023f22df1c2c5df217780de7..34f0697a07ab5ddb6e2306a45fc6e1b6fe319454 100644 (file)
@@ -1,5 +1,11 @@
 # Bulma Changelog
 
+## 0.5.2
+
+### Issues closed
+
+* #1063 `$family-primary` customisation
+
 ## 0.5.1
 
 ### New features
index 393bb5319018d6c329352dae456bb34bba067577..2d08ab8c58815284b08429dec41c2208d6eba703 100644 (file)
 
     <div class="navbar-end">
       <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 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>
       <div class="navbar-item">
         <div class="field is-grouped">
index 1db291d1486741c83c23835d6e7ca4852d6556fc..56cb4ec7e778017206d5496ac3070f4bd314a211 100755 (executable)
@@ -1,12 +1,12 @@
 $body-background-color: #fff !default
 $body-size: 16px !default
 $body-rendering: optimizeLegibility !default
-$body-family: $family-sans-serif !default
+$body-family: $family-primary !default
 $body-color: $text !default
 $body-weight: $weight-normal !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-weight: normal !default
 $code-size: 0.875em !default