From d2c7da70d39b5ff843f79a292e7554e734da86a1 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 25 Apr 2018 23:47:20 -0400 Subject: [PATCH] Update the base theme to something a bit more enjoyable to look at until it gets changed --- public/img/logo.png | Bin 811 -> 744 bytes resources/assets/sass/_var.scss | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/public/img/logo.png b/public/img/logo.png index 1e49317e44ecee2b4b1f7c110e06bc8b51aa8969..4f450615c213bf3bc7e3c897f32ba83d540ea992 100644 GIT binary patch literal 744 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K5893O0R7}x|G$6&6gTe~DWM4fQbkq& delta 298 zcmaFCx|(f*R{ehlAY8C_`D6wL2F?PH$YKTtZeb8+WSBKa0w~B{;_2(k{*Y0e$y}_Vz=r}i?;ijk@e>yx9-wTST24( z`7`I_Kqg6`F+7teGU)(mb!6Is!I?Ed@80hxzbr4C!* diff --git a/resources/assets/sass/_var.scss b/resources/assets/sass/_var.scss index a103239..ecec2de 100644 --- a/resources/assets/sass/_var.scss +++ b/resources/assets/sass/_var.scss @@ -23,7 +23,7 @@ $container-max-widths: ( // Colours $c-text: #111; // text $c-text-light: #fff; // light text -$c-base: #08c; // base +$c-base: #2e2e2e; // base $c-accent: #000; // accent $c-error: #f00; // error