all repos — h3rald @ d994b01752a0143e2765c241f690969299b1c26e

The sources of https://h3rald.com

Minor CSS improvements

Fixed color of .btn links.
Fabio Cevasco h3rald@h3rald.com
Sun, 21 Sep 2014 19:00:55 +0200
commit

d994b01752a0143e2765c241f690969299b1c26e

parent

c01a6f674210d0de786a9d97ab320030a517028d

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M content/styles/_typography.lesscontent/styles/_typography.less

@@ -123,6 +123,9 @@ content: "";

} } +a.btn { color: #fff; } +a.btn-default { color: #333; } + code, pre code { font-size: 13px; }