slightly change box shadow and maybe, with a bit of luck, fix ci/cd
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
hippoz 2021-04-02 05:24:24 +03:00
parent acb534b816
commit 281b0fa757
Signed by: hippoz
GPG key ID: 7C52899193467641
3 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,3 @@
---
kind: pipeline
type: docker
name: default

View file

@ -17,7 +17,7 @@
background-color: var(--channel-top-bar-color);
// box-shadow: 0 8px 6px -6px black;
box-shadow: 1px 1px 1px -0px var(--card-box-shadow-color);
box-shadow: var(--card-box-shadow-color);
height: 32px;
padding: 8px;

View file

@ -2,7 +2,7 @@
--background-color: #{$dark1};
--default-main-card-color: var(--background-color);
--card-box-shadow-color: #111010be;
--card-box-shadow-color: 0 1px 0 #1d1a1abe;
--default-text-color: #{$light3};
--darker-text-color: #{$light1};