style(pdf): polish toolbar icons & area highlight mixed color

This commit is contained in:
charlie
2021-08-06 15:15:14 +08:00
parent 23c1e08fec
commit a47e82c51f
4 changed files with 19 additions and 9 deletions

View File

@@ -79,10 +79,6 @@
background-color: transparent;
transition: none;
&.is-info {
opacity: .3;
}
&.is-active {
opacity: 1;
border-bottom: 2px solid #969494;
@@ -480,6 +476,11 @@
.extensions__pdf-toolbar {
background: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, rgb(15 31 37) 100%)
}
.extensions__pdf-hls-area-region {
mix-blend-mode: revert;
opacity: .4;
}
}
&[data-theme=warm] {