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 e4f243d commit 03b84c2Copy full SHA for 03b84c2
1 file changed
resources/css/core/layout.css
@@ -29,7 +29,7 @@
29
}
30
31
ul li ul {
32
- @apply ml-3.5 pl-3.5 translate-x-px my-1.5 text-[0.8125rem] min-w-0 flex-col gap-1.5 border-s border-gray-300 dark:border-gray-600;
+ @apply ml-3.5 pl-3.5 translate-x-px my-1.5 text-[0.8125rem] min-w-0 flex-col gap-1.5 border-s border-gray-300 dark:border-gray-700;
33
34
35
ul li ul li a {
@@ -38,6 +38,15 @@
38
39
ul li ul li a.active {
40
@apply text-black dark:text-white font-medium bg-transparent;
41
+ &::before {
42
+ content: '';
43
+ position: absolute;
44
+ left: -1px;
45
+ @apply h-4 border-s border-s-black;
46
+ }
47
+ :where(.dark) &::before {
48
+ @apply border-s-white;
49
50
51
52
.section-title {
0 commit comments