style(pdf): import viewer css correctly

This commit is contained in:
charlie
2021-07-16 15:52:54 +08:00
parent 69f271cba5
commit ac851bd7da
3 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
@import "_viewer.css";
:root {
--ph-highlight-color-blue: #55b8fe;
--ph-highlight-color-green: #46da48;
@@ -49,6 +51,7 @@
cursor: pointer;
position: absolute;
transition: background 0.3s;
border:1px solid red;
background-color: rgba(252, 219, 97, 0.7);
}