Skip to content

Commit f26daae

Browse files
committed
Try electric lime as color for active nav items
1 parent d6ee8be commit f26daae

File tree

1 file changed

+1
-1
lines changed
  • site/themes/arangodb-docs-theme/static/css

1 file changed

+1
-1
lines changed

site/themes/arangodb-docs-theme/static/css/theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ header .logo {
10531053
.sidebar ul.topics li.active > a > .menu-title,
10541054
.sidebar ul.topics li.alwaysopen > a > .menu-title {
10551055
font-weight: 400;
1056-
color: var(--green-300);
1056+
color: var(--color-electric-lime);
10571057
}
10581058

10591059
.sidebar ul li li {

0 commit comments

Comments
 (0)