Remove lots of inline SVGs, use moment.js for times, add some pages for future work

This commit is contained in:
Jai A
2020-10-09 14:25:02 -07:00
parent 3656e6ef54
commit f4a518ce6b
27 changed files with 2167 additions and 417 deletions

View File

@@ -1,7 +1,4 @@
:root {
/**
* Colors
*/
.light-mode {
--color-text: #1a202c;
--color-bg: #ffffff;
@@ -18,21 +15,9 @@
--color-grey-5: #718096;
--color-grey-6: #4a5568;
--color-grey-7: #2d3748;
/**
* Sizes
*/
--size-rounded-sm: 0.25rem;
--size-rounded-md: 0.5rem;
--size-rounded-lg: 1rem;
/**
* Defaults
*/
font-size: 18px;
}
:root[data-theme='dark'] {
.dark-mode {
--color-text: #ccccc2;
--color-bg: #191917;
@@ -58,6 +43,17 @@ body {
Ubuntu, Roboto, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
margin: 0;
padding: 0;
/**
* Sizes
*/
--size-rounded-sm: 0.25rem;
--size-rounded-md: 0.5rem;
--size-rounded-lg: 1rem;
/**
* Defaults
*/
font-size: 18px;
}
svg {