diff --git a/public/css/ashby-dark.css b/public/css/ashby-dark.css index fd9d728..6bc1793 100644 --- a/public/css/ashby-dark.css +++ b/public/css/ashby-dark.css @@ -2,6 +2,7 @@ body { background: transparent; --color: #ededf0; --color-100: #888890; + --color-200: #404146; --selectBg: transparent; --selectBorder: 1px solid #404146; --selectColor: #cacad2; @@ -24,6 +25,11 @@ body { [class*='_filtersContainer_'] { padding-left: 0; padding-right: 0; + background: transparent; +} +[class*='._filtersOpen_'] { + background: var(--color-200); + color: var(--color); } [class*='_filter_'] { @@ -49,8 +55,10 @@ body { background: transparent; padding-left: 0; padding-right: 0; + box-shadow: none; margin-left: 0 !important; margin-right: 0 !important; + margin-top: 0; } [class*='_jobPosting_']:hover { background: transparent; diff --git a/public/css/ashby.css b/public/css/ashby.css index 4b70e1e..e8dd494 100644 --- a/public/css/ashby.css +++ b/public/css/ashby.css @@ -2,6 +2,7 @@ body { background: transparent; --color: #2b2b2f; --color-100: #888890; + --color-200: #ffffff; --selectBg: transparent; --selectBorder: 1px solid #b0b0b8; --selectColor: #515259; @@ -10,7 +11,7 @@ body { ._section_1qwfy_341 { max-width: none; } -[class^='_titles_'] { +[class*='_titles_'] { display: none; } @@ -24,6 +25,11 @@ body { [class*='_filtersContainer_'] { padding-left: 0; padding-right: 0; + background: transparent; +} +[class*='._filtersOpen_'] { + background: var(--color-200); + color: var(--color); } [class*='_filter_'] { @@ -49,8 +55,10 @@ body { background: transparent; padding-left: 0; padding-right: 0; + box-shadow: none; margin-left: 0 !important; margin-right: 0 !important; + margin-top: 0; } [class*='_jobPosting_']:hover { background: transparent;