mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
fix: low visibility text in dark theme (#390)
This commit is contained in:
parent
d0f7055148
commit
84750af3d4
1 changed files with 4 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue