UTF-63: First draft
This commit is contained in:
@@ -0,0 +1,83 @@
|
||||
:root {
|
||||
/* https://github.com/morhetz/gruvbox */
|
||||
--red: #cc241d;
|
||||
--red2: #fb4934;
|
||||
--orange: #d65d0e;
|
||||
--orange2: #fe8019;
|
||||
--yellow: #d79921;
|
||||
--yellow2: #fabd2f;
|
||||
--aqua: #689d6a;
|
||||
--aqua2: #8ec07c;
|
||||
--blue: #458588;
|
||||
--blue2: #83a598;
|
||||
--purple: #b16286;
|
||||
--purple2: #d3869b;
|
||||
--bg: #928374;
|
||||
--fg0_h: #fbf1c7;
|
||||
--bg0_h: #1d2021;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
body {
|
||||
color: var(--bg0_h);
|
||||
background-color: var(--fg0_h);
|
||||
font-family: 'Source Sans Pro';
|
||||
}
|
||||
|
||||
address {
|
||||
font-size: .8em;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
article {
|
||||
margin: 0 auto;
|
||||
width: 80ch;
|
||||
}
|
||||
|
||||
pre {
|
||||
padding: 1em;
|
||||
background-color: var(--bg0_h);
|
||||
color: var(--fg0_h);
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.red2 {
|
||||
color: var(--bg0_h);
|
||||
background-color: var(--red2);
|
||||
}
|
||||
|
||||
.orange2 {
|
||||
color: var(--bg0_h);
|
||||
background-color: var(--orange2);
|
||||
}
|
||||
|
||||
.yellow2 {
|
||||
color: var(--bg0_h);
|
||||
background-color: var(--yellow2);
|
||||
}
|
||||
|
||||
.aqua2 {
|
||||
color: var(--bg0_h);
|
||||
background-color: var(--aqua2);
|
||||
}
|
||||
|
||||
.blue2 {
|
||||
color: var(--bg0_h);
|
||||
background-color: var(--blue2);
|
||||
}
|
||||
|
||||
.purple2 {
|
||||
color: var(--bg0_h);
|
||||
background-color: var(--purple2);
|
||||
}
|
||||
Reference in New Issue
Block a user