Minor CSS improvements Fixed color of .btn links.
Fabio Cevasco h3rald@h3rald.com
Sun, 21 Sep 2014 19:00:55 +0200
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
content/styles/_typography.less
→
content/styles/_typography.less
@@ -123,6 +123,9 @@ content: "";
} } +a.btn { color: #fff; } +a.btn-default { color: #333; } + code, pre code { font-size: 13px; }