Skip to content

Commit

Permalink
Dark theme support
Browse files Browse the repository at this point in the history
  • Loading branch information
bobo-k2 committed Oct 22, 2024
1 parent 3c82362 commit 00a7617
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/governance/GovernanceLinks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,12 @@ export default defineComponent({
gap: 8px;
padding: 4px 0 0 4px;
}
.body--dark {
.governance-links-container {
border-color: $navy-3;
background-color: $navy-1;
color: $white;
}
}
</style>

0 comments on commit 00a7617

Please sign in to comment.