2015/assets/css/custom.css: added custom styling.
authorrsiddharth <rsd@gnu.org>
Sat, 14 Feb 2015 19:46:01 +0000 (14:46 -0500)
committerrsiddharth <rsd@gnu.org>
Sat, 14 Feb 2015 19:46:01 +0000 (14:46 -0500)
added:

  - .alt-a: alternate styling for <a> 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

index 494146291e492bda3bc72fcbb3d3e23d62e3dacc..9bccbc85f4192d2f6614b0b1e694a444fbe31f2e 100644 (file)
@@ -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;