Skip to content

Commit

Permalink
Polish styles
Browse files Browse the repository at this point in the history
  • Loading branch information
temnov98 committed Dec 18, 2023
1 parent 12b4d11 commit db6ca96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tapme/css/components/tab-panel.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
}

.tab-panel-component__button-active {
background-color: #d0d0d0;
background-color: white;
}

body:has(.page--dark) .tab-panel-component {
background-color: #282828;
}

.tab-panel-component__button:hover {
background-color: #d0d0d0;
background-color: white;
}

body:has(.page--dark) .tab-panel-component__button-active {
Expand Down

0 comments on commit db6ca96

Please sign in to comment.