mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
refactor: hard-coded colors -> CSS variables for header tips
This commit is contained in:
committed by
Tienson Qin
parent
196c402780
commit
5867e7d9ef
@@ -58,13 +58,13 @@
|
||||
width: 100%;
|
||||
font-weight: 500;
|
||||
align-items: center;
|
||||
background: rgba(219, 234, 254);
|
||||
background: var(--color-level-3);
|
||||
margin-top: -16px;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
|
||||
> p {
|
||||
color: #433f38;
|
||||
color: var(--ls-primary-text-color);
|
||||
margin: 0;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
@@ -72,9 +72,9 @@
|
||||
}
|
||||
|
||||
a {
|
||||
color: #106ba3 !important;
|
||||
color: var(--ls-link-text-color, #045591) !important;
|
||||
}
|
||||
|
||||
|
||||
a.restart {
|
||||
position: relative;
|
||||
cursor: pointer !important;
|
||||
|
||||
Reference in New Issue
Block a user