mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Use open-color directly (#1371)
This commit is contained in:
parent
6d30351164
commit
f7e3ee2064
27 changed files with 3283 additions and 197 deletions
|
@ -1,7 +1,7 @@
|
|||
@import "../_variables";
|
||||
|
||||
.HintViewer {
|
||||
color: #868e96; /* OC: GRAY 6*/
|
||||
color: $oc-gray-6;
|
||||
font-size: 0.8rem;
|
||||
left: 50%;
|
||||
pointer-events: none;
|
||||
|
@ -16,7 +16,7 @@
|
|||
}
|
||||
|
||||
> span {
|
||||
background-color: rgba(255, 255, 255, 0.88);
|
||||
background-color: transparentize($oc-white, 0.12);
|
||||
padding: 0.2rem 0.4rem;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue