_layouts/styleguide.html in solar-flair-0.2.0 vs _layouts/styleguide.html in solar-flair-0.2.1

- old
+ new

@@ -38,28 +38,28 @@ </tr> {% for theme in site.data.theme %} <tr> <td class="text-center text-l30-{{ theme[0] }}"> - <i class="fas fa-square fa-4x "></i><br><code class="output"></code> + <i class="fas fa-square fa-4x "></i><br><code class="output "></code> </td> <td class="text-center text-l20-{{ theme[0] }}"> - <i class="fas fa-square fa-4x "></i><br><code class="output"></code> + <i class="fas fa-square fa-4x "></i><br><code class="output "></code> </td> <td class="text-center text-l10-{{ theme[0] }}"> - <i class="fas fa-square fa-4x "></i><br><code class="output"></code> + <i class="fas fa-square fa-4x "></i><br><code class="output "></code> </td> <td class="text-center text-{{ theme[0] }}"> - <i class="fas fa-square fa-4x "></i><br><code class="output"></code> + <i class="fas fa-square fa-4x "></i><br><code class="output "></code> </td> <td class="text-center text-d10-{{ theme[0] }}"> - <i class="fas fa-square fa-4x "></i><br><code class="output"></code> + <i class="fas fa-square fa-4x "></i><br><code class="output "></code> </td> <td class="text-center text-d20-{{ theme[0] }}"> - <i class="fas fa-square fa-4x "></i><br><code class="output"></code> + <i class="fas fa-square fa-4x "></i><br><code class="output "></code> </td> <td class="text-center text-d30-{{ theme[0] }}"> - <i class="fas fa-square fa-4x "></i><br><code class="output"></code> + <i class="fas fa-square fa-4x "></i><br><code class="output "></code> </td> </tr> {% endfor %} </table>