We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b84c2 commit 44c8909Copy full SHA for 44c8909
1 file changed
resources/css/core/layout.css
@@ -45,7 +45,17 @@
45
@apply h-4 border-s border-s-black;
46
}
47
:where(.dark) &::before {
48
- @apply border-s-white;
+ @apply border-s-gray-400;
49
+ }
50
51
+
52
+/* Less distracting for single-subnav items */
53
+ ul li ul li:only-child a.active {
54
+ &::before {
55
56
57
+ :where(.dark) &::before {
58
+ @apply border-s-gray-500;
59
60
61
0 commit comments