Skip to content

Commit

Permalink
better darkmode handling
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Nov 1, 2024
1 parent 4ed7120 commit 2ed2130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/_includes/assets/css/mbta.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ nav.mbta--subnav {
background-color: var(--color-cobalt-90);
border-radius: var(--border-radius-default);
box-shadow: 0 7px 14px hsla(223, 11%, 12%, 0.2);
color: var(--color-action-primary-default);
color: var(--color-cobalt-30);
font-weight: 500;

a {
Expand Down Expand Up @@ -220,7 +220,7 @@ footer:has(.mbta--nav[aria-label^="MBTA system"]) {

.mbta--subnav {
background-color: var(--color-cobalt-90);
color: var(--text-primary);
color: var(--color-cobalt-10);

a {
color: var(--color-cobalt-30);
Expand Down

0 comments on commit 2ed2130

Please sign in to comment.