From 1cabe107e6b1bb40586142ba0dfb843fdf3bd314 Mon Sep 17 00:00:00 2001 From: earlman Date: Sun, 4 Apr 2021 13:28:56 -0500 Subject: [PATCH] run prettier --- css/main_grid.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/css/main_grid.css b/css/main_grid.css index e216883d..4d801a21 100644 --- a/css/main_grid.css +++ b/css/main_grid.css @@ -1,20 +1,4 @@ @import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&display=swap"); -:root { - --text-xs: 0.667rem; - --text-sm: 1rem; - --text-md: 1.5rem; - --text-lg: 2.25rem; - --text-xl: 3.375rem; - --text-xxl: 5.063rem; - --text-lh: 1.5; - - --grid-gap: 2rem; - --color-text-body: #aaa; - --color-text-bright: #fff; - --color-text-normal: #999; - --color-text-dimmed: #666; - --color-background: #000; -} html { cursor: none;