forked from cybrespace/pinafore
move over one more color
This commit is contained in:
parent
9f8c589821
commit
803c99b121
|
@ -3,7 +3,7 @@ body {
|
|||
font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
|
||||
font-size: 14px;
|
||||
line-height: 1.2;
|
||||
color: #333;
|
||||
color: var(--body-text-color);
|
||||
background: var(--body-bg);
|
||||
}
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
--anchor-text: royalblue;
|
||||
--main-bg: white;
|
||||
--body-bg: #ebeffb;
|
||||
--body-text-color: #333;
|
||||
--main-border: #ededed;
|
||||
|
||||
--form-bg: #fafafa;
|
||||
|
|
Loading…
Reference in New Issue