aboutsummaryrefslogtreecommitdiff
path: root/atom/styles.less
diff options
context:
space:
mode:
Diffstat (limited to 'atom/styles.less')
-rw-r--r--atom/styles.less24
1 files changed, 0 insertions, 24 deletions
diff --git a/atom/styles.less b/atom/styles.less
deleted file mode 100644
index 7a9cc70..0000000
--- a/atom/styles.less
+++ /dev/null
@@ -1,24 +0,0 @@
-
-.tree-view {
- font-size: 16px;
-}
-
-.tab-bar .tab {
- font-size: 16px;
-}
-
-.symbols-tree-view {
- font-size: 14px;
-}
-
-.editor {
- -webkit-font-smoothing: antialiasing;
-}
-
-.editor, atom-text-editor.editor {
- .bracket-matcher .region {
- position: absolute;
- border: 1px solid rgba(0, 255, 0, 0.7);
- background-color: rgba(0, 255, 0, 0.3);
- }
-}