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.
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;