diff --git a/index.html b/index.html index fc5d316..3eabf27 100644 --- a/index.html +++ b/index.html @@ -5,9 +5,9 @@ ~/ - + diff --git a/styles/styles.css b/styles/styles.css index 6f41114..c3aacaa 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -1,25 +1,8 @@ -/*@import url(chota.min.css);*/ - :root { - --font-family: sans-serif; + --font-family: ABeeZee, sans-serif; --max-width: 860px; --bg-color: #fefefe; --font-size: 1.3rem; - /*--bg-secondary-color: #f3f3f6; - --bg-footer: #dadada; - --color-text: #d1dce0; - --color-primary: #6190ff; - --color-lightGrey: #d2d6dd; - --color-grey: #747681; - --color-darkGrey: #3f4144; - --color-error: #d43939; - --color-success: #28bd14; - --grid-maxWidth: 120rem; - --grid-gutter: 2rem; - - --font-color: #333333; - --font-family-sans: 'ABeeZee', sans-serif; - --font-family-mono: monaco, 'Consolas', 'Lucida Console', monospace;*/ } * { @@ -141,24 +124,3 @@ p.title { text-transform: uppercase; margin: 10px 0; } - -/*body { - color: var(--color-text); -} - -footer { - background-color: var(--bg-footer); - position: fixed; - left: 0; - bottom: 0; - width: 100%; - color: #d1dce0; - opacity: 0.9; - padding: 1em; -} - -footer img { - width: 1.2em; - vertical-align: middle; -} -*/