Skip to content

Commit

Permalink
Update youtubeDL.css
Browse files Browse the repository at this point in the history
  • Loading branch information
realcoloride authored Jul 17, 2023
1 parent 44be896 commit 12da153
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions youtubeDL.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,18 @@ body {
.youtubeDL-text.light {
color: rgba(0, 0, 5, 1);
}
.youtubeDL-text > a:link {
color: rgba(255, 255, 255, 1);
}
.youtubeDL-text > a.light:link {
color: rgba(0, 0, 5, 1);
}
.youtubeDL-text > a:visited {
color: rgba(255, 255, 255, 1);
}
.youtubeDL-text > a.light:visited {
color: rgba(0, 0, 5, 1);
}

.youtubeDL-row {
background-color: rgba(0, 0, 0, 0.2);
Expand Down

0 comments on commit 12da153

Please sign in to comment.