diff --git a/css/index.css b/css/index.css index 8d56517..43932c4 100644 --- a/css/index.css +++ b/css/index.css @@ -19,8 +19,8 @@ body { padding: 0; margin: 0; font-family: -apple-system, system-ui, sans-serif; - color: var(--white); - background-color: var(--black); + color: var(--darkgray); + background-color: var(--white); } p:last-child { margin-bottom: 0; @@ -47,7 +47,7 @@ main :first-child { margin-top: 0; } header { - border-bottom: 1px dashed var(--white); + border-bottom: 1px dashed var(--lightgray); } header:after { content: ""; @@ -172,7 +172,7 @@ code { .postlist-date, .postlist-item:before { font-size: 0.8125em; /* 13px /16 */ - color: var(--white); + color: var(--darkgray); } .postlist-date { word-spacing: -0.5px; @@ -204,7 +204,7 @@ code { margin-left: 0.6666666666667em; /* 8px /12 */ margin-top: 0.5em; /* 6px /12 */ margin-bottom: 0.5em; /* 6px /12 */ - color: var(--white); + color: var(--darkgray); border: 1px solid var(--gray); border-radius: 0.25em; /* 3px /12 */ text-decoration: none;