2015/assets/css/custom.css: added custom styling.
[libreplanet-static.git] / 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;