From c6f946dbfd05fb13a45eea9f2c931ac64cf8b206 Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Thu, 23 Apr 2020 20:31:00 -0400 Subject: [PATCH] Adjust size of file name input, start updaing high contrast theme --- client/styles/abstracts/_variables.scss | 2 +- client/styles/components/_sidebar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/styles/abstracts/_variables.scss b/client/styles/abstracts/_variables.scss index b62b7c8d..272be3f3 100644 --- a/client/styles/abstracts/_variables.scss +++ b/client/styles/abstracts/_variables.scss @@ -188,7 +188,7 @@ $themes: ( heading-text-color: #e1e1e1, secondary-text-color: #e1e1e1, inactive-text-color: #f2f2f2, - background-color: #333, + background-color: $darker, button-background-color: $white, button-color: $black, button-border-color: #979797, diff --git a/client/styles/components/_sidebar.scss b/client/styles/components/_sidebar.scss index 4d120dee..3ea29059 100644 --- a/client/styles/components/_sidebar.scss +++ b/client/styles/components/_sidebar.scss @@ -173,7 +173,7 @@ display: none; padding: 0; border: 0; - width: calc(100% - #{100 / $base-font-size}rem); + width: calc(100% - #{63 / $base-font-size}rem); .sidebar__file-item--editing & { display: inline-block; }