There was an error while loading. Please reload this page.
1 parent f2de664 commit 08cfac8Copy full SHA for 08cfac8
website/static/css/custom.css
@@ -37,6 +37,29 @@ a {
37
color: $secondaryColor;
38
}
39
40
+/* Change styling of selected navigation item */
41
+.container .docsNavContainer {
42
+ padding-left: 12px
43
+}
44
+
45
+.navListItemActive {
46
+ position: relative;
47
48
49
+.navListItemActive a.navItem {
50
+ color: red !important;
51
52
53
+.navListItem {
54
+ padding-left: 1rem !important;
55
56
57
+.navListItem.navListItemActive:before {
58
+ content: "🐙";
59
+ position: absolute;
60
+ left: -8px;
61
62
63
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
64
65
@@ -61,4 +84,4 @@ a {
84
85
86
@media only screen and (min-width: 1500px) {
-}
87
0 commit comments