Skip to content

Commit

Permalink
fix: low visibility text in dark theme (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulasozguler committed Mar 12, 2022
1 parent d0f7055 commit 84750af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/styles.scss
Expand Up @@ -76,6 +76,10 @@ $sideborder-margin: 6px;
border-color: #{$primary} !important;
}

.v-application a {
color: inherit !important;
}

.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
Expand Down

0 comments on commit 84750af

Please sign in to comment.