refactor: hard-coded colors -> CSS variables for header tips

This commit is contained in:
Devon Zuegel
2021-11-28 23:23:14 -05:00
committed by Tienson Qin
parent 196c402780
commit 5867e7d9ef

View File

@@ -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;