lib/wally/public/skin.css in wally-0.0.14 vs lib/wally/public/skin.css in wally-0.0.15

- old
+ new

@@ -41,11 +41,11 @@ position: relative; z-index: 10; } h1, h2, h3, h4, h5, h6 { - font-family: HelveticaNeue-CondensedBold; + font-family: HelveticaNeue-CondensedBold, inherit; color: black; } h2 { padding-bottom: 18px; @@ -95,8 +95,9 @@ p { max-width: 600px; } .step-keyword:before { - color: #1F94A8; - content: "\2714"; + color: #FF5382; + font-size: 15px; + content: "\2691"; }