From 8975af2cafeafade4816ab09626fdd8b7069eec6 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 14 Feb 2015 14:46:01 -0500 Subject: [PATCH] 2015/assets/css/custom.css: added custom styling. added: - .alt-a: alternate styling for tag. - .text-thick: sets the font-weight to 900. overrided styling for: - breadcrumb > .active: active elements are higlighted in green. --- 2015/assets/css/custom.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/2015/assets/css/custom.css b/2015/assets/css/custom.css index 49414629..9bccbc85 100644 --- a/2015/assets/css/custom.css +++ b/2015/assets/css/custom.css @@ -32,6 +32,21 @@ a { text-decoration-color: rgb(88, 208, 121); } +.alt-a { + color: inherit; + text-decoration: none; + -moz-text-decoration-color: rgb(88, 208, 121); + text-decoration-color: rgb(88, 208, 121); +} + +.text-thick { + font-weight: 900; +} + +.breadcrumb > .active { + color: rgb(38, 208, 61); +} + hr { margin-top: 20px; margin-bottom: 20px; -- 2.25.1