Skip to content

Commit

Permalink
CSS: Use rgba() instead of hex-color.
Browse files Browse the repository at this point in the history
Signed-off-by: DL6ER <[email protected]>
  • Loading branch information
DL6ER committed Jun 21, 2020
1 parent 1819abe commit f06a2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion style/themes/default-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ pre {
color: #007997 !important;
}
td.highlight {
background-color: #ffcc0050;
background-color: rgba(255, 204, 0, 0.333);
}
.btn-default {
box-shadow: none;
Expand Down
2 changes: 1 addition & 1 deletion style/themes/default-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
}

td.highlight {
background-color: #ffcc0050;
background-color: rgba(255, 204, 0, 0.333);
}

.network-never {
Expand Down

0 comments on commit f06a2b6

Please sign in to comment.