Closed jbkunst closed 8 years ago
Hi!
I use a custom css style in a flexdashboard document:
... .navbar-brand { font-family: 'Pokemon'; color: "#3662AC"; } ...
The font family is applied but no the color.
Result: http://jkunst.com/flexdashboard-highcharter-examples/pokemon/ Code: https://github.com/jbkunst/flexdashboard-highcharter-examples/tree/gh-pages/pokemon
There are a couple of issues here:
This code worked for me:
.navbar-inverse .navbar-brand { font-family: 'Pokemon'; color: #3662AC; }
Omg, you are right. Thanks & sorry open this issue.
Hi!
I use a custom css style in a flexdashboard document:
The font family is applied but no the color.
Result: http://jkunst.com/flexdashboard-highcharter-examples/pokemon/ Code: https://github.com/jbkunst/flexdashboard-highcharter-examples/tree/gh-pages/pokemon