mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix blog
This commit is contained in:
@@ -6,6 +6,7 @@ introduction: "<p>The <code>.control</code> element has been a very versatile co
|
||||
color: "success"
|
||||
name: "Field element"
|
||||
icon: "square"
|
||||
icon_regular: true
|
||||
---
|
||||
|
||||
**TL;DR: there's a new `.field` container, and `.control` has been re-purposed.**
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
layout: post
|
||||
title: "New feature: list of tags"
|
||||
introduction: "What's better than one tag? Multiple tags!"
|
||||
color: "orange"
|
||||
color: "success"
|
||||
name: "List of tags"
|
||||
icon: "tag"
|
||||
---
|
||||
@@ -17,4 +17,4 @@ A tag rarely comes on its own though, so Bulma now supports [list of tags](/docu
|
||||
</a>
|
||||
</figure>
|
||||
|
||||
As a **bonus**, there is also a [delete tag](/documentation/elements/tag/#combinations) available!
|
||||
As a **bonus**, there is also a [delete tag](/documentation/elements/tag/#combinations) available!
|
||||
|
||||
@@ -3,8 +3,8 @@ layout: post
|
||||
title: "Roses are red – Links are blue"
|
||||
introduction: "What's better than one tag? Multiple tags!"
|
||||
color: "link"
|
||||
name: "Roses are red<br>Links are blue"
|
||||
icon: "tag"
|
||||
name: "Roses are red and links are blue"
|
||||
icon: "link"
|
||||
---
|
||||
|
||||
By default, a browser will display links in <strong style="color: blue;">blue</strong>. Bulma has up until now used the `$primary` color as the `$link` color:
|
||||
@@ -89,4 +89,4 @@ If you want to use the `$primary` color for your links, just **customize** your
|
||||
$link: $primary !default
|
||||
$link-invert: $primary-invert !default
|
||||
$link-focus-border: $primary !default
|
||||
```
|
||||
```
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "Bulma is on Patreon!"
|
||||
layout: post
|
||||
introduction: "Support Bulma's future"
|
||||
color: "primary"
|
||||
color: "patreon"
|
||||
name: "Bulma on Patreon"
|
||||
icon: "patreon"
|
||||
icon_brand: true
|
||||
|
||||
@@ -4,7 +4,7 @@ layout: post
|
||||
introduction: "No change required!"
|
||||
color: "info"
|
||||
name: "Font Awesome 5"
|
||||
icon: "font-awesome-alt"
|
||||
icon: "font-awesome"
|
||||
icon_brand: true
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user