From b009b50e81b6c1d0d691505b5f5c0418f559bfc0 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Thu, 14 Mar 2019 23:19:58 +0100 Subject: Remove Atom config --- atom/packages/aesthetic-ui/styles/atom.less | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 atom/packages/aesthetic-ui/styles/atom.less (limited to 'atom/packages/aesthetic-ui/styles/atom.less') diff --git a/atom/packages/aesthetic-ui/styles/atom.less b/atom/packages/aesthetic-ui/styles/atom.less deleted file mode 100644 index 83a2805..0000000 --- a/atom/packages/aesthetic-ui/styles/atom.less +++ /dev/null @@ -1,6 +0,0 @@ -@import "ui-variables"; - -atom-workspace { - background-color: @app-background-color; - border-top: 1px solid rgba(0, 0, 0, .4); -} -- cgit