浏览代码

Tweaks to exodark for board backgrounds

Removed drop shadow on exodark cards, as when background applied to board it looks a bit rough design wise. 

Added background-color that will disappear when background is applied, and when background is not applied gives exodark a bit of a smoother cleaner look IMO
walster001 10 月之前
父节点
当前提交
25722e5e9d
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      client/components/boards/boardColors.css

+ 1 - 2
client/components/boards/boardColors.css

@@ -2127,8 +2127,7 @@
   margin: 10px;
   color: #fff;
   border-radius: 15px;
-  background: #222;
-  box-shadow: inset 15px 15px 37px #1c1c1c, inset -15px -15px 37px #282828;
+  background-color: #1c1c1c;
   border: none;
 }
 .board-color-exodark .swimlane .list:first-child {