From: rsiddharth Date: Sat, 14 Feb 2015 19:46:01 +0000 (-0500) Subject: 2015/assets/css/custom.css: added custom styling. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8975af2cafeafade4816ab09626fdd8b7069eec6;p=libreplanet-static.git 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. --- 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;