Skip to content

Commit 2912572

Browse files
committed
Flip version selector colors for more contrast
1 parent 2351bdd commit 2912572

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2066,9 +2066,9 @@ nav.pagination .next {
20662066
}
20672067

20682068
.version-selector {
2069-
color: var(--gray-50);
2070-
background: black;
2071-
box-shadow: black 5px 0 0;
2069+
color: var(--gray-950);
2070+
background: var(--gray-100);
2071+
box-shadow: var(--gray-100) 5px 0 0;
20722072
border: none;
20732073
width: calc(100% - 2rem);
20742074
margin-left: 1rem;

0 commit comments

Comments
 (0)