Update index.css
parent
aae92a7d9c
commit
b80d90421b
|
@ -6,6 +6,7 @@
|
||||||
--navy: #17050F;
|
--navy: #17050F;
|
||||||
--blue: #082840;
|
--blue: #082840;
|
||||||
--white: #fff;
|
--white: #fff;
|
||||||
|
--black: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Global stylesheet */
|
/* Global stylesheet */
|
||||||
|
@ -18,8 +19,8 @@ body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: -apple-system, system-ui, sans-serif;
|
font-family: -apple-system, system-ui, sans-serif;
|
||||||
color: var(--darkgray);
|
color: var(--white);
|
||||||
background-color: var(--navy);
|
background-color: var(--black);
|
||||||
}
|
}
|
||||||
p:last-child {
|
p:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
@ -171,7 +172,7 @@ code {
|
||||||
.postlist-date,
|
.postlist-date,
|
||||||
.postlist-item:before {
|
.postlist-item:before {
|
||||||
font-size: 0.8125em; /* 13px /16 */
|
font-size: 0.8125em; /* 13px /16 */
|
||||||
color: var(--darkgray);
|
color: var(--white);
|
||||||
}
|
}
|
||||||
.postlist-date {
|
.postlist-date {
|
||||||
word-spacing: -0.5px;
|
word-spacing: -0.5px;
|
||||||
|
@ -203,7 +204,7 @@ code {
|
||||||
margin-left: 0.6666666666667em; /* 8px /12 */
|
margin-left: 0.6666666666667em; /* 8px /12 */
|
||||||
margin-top: 0.5em; /* 6px /12 */
|
margin-top: 0.5em; /* 6px /12 */
|
||||||
margin-bottom: 0.5em; /* 6px /12 */
|
margin-bottom: 0.5em; /* 6px /12 */
|
||||||
color: var(--darkgray);
|
color: var(--white);
|
||||||
border: 1px solid var(--gray);
|
border: 1px solid var(--gray);
|
||||||
border-radius: 0.25em; /* 3px /12 */
|
border-radius: 0.25em; /* 3px /12 */
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Reference in New Issue