We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ce65b commit 4e1851dCopy full SHA for 4e1851d
1 file changed
docs/assets/css/custom.css
@@ -1,11 +1,13 @@
1
/* Probe Results — primary nav item */
2
-nav.hextra-max-navbar-width a[href*="/probe-results/"] {
3
- font-weight: 700;
+a[href$="/probe-results"],
+a[href$="/probe-results/"] {
4
+ font-weight: 700 !important;
5
}
6
7
/* Separator before Glossary */
-nav.hextra-max-navbar-width a[href*="/glossary/"] {
8
- margin-left: 12px;
9
- padding-left: 14px;
10
- border-left: 1px solid rgba(128, 128, 128, 0.3);
+a[href$="/glossary"],
+a[href$="/glossary/"] {
+ margin-left: 12px !important;
11
+ padding-left: 14px !important;
12
+ border-left: 1px solid rgba(128, 128, 128, 0.3) !important;
13
0 commit comments