aboutsummaryrefslogtreecommitdiff
path: root/atom/styles.less
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2021-04-18 20:06:11 +0200
committerbozo.kopic <bozo@kopic.xyz>2021-04-18 20:06:11 +0200
commita61b078a66f0600a441b0750485e31fd0f0ee6da (patch)
tree68adf20dbf2221699bb6b8939207bdcad641b33c /atom/styles.less
parent94a3b425a3a33750937c73244858a797e9662a69 (diff)
.
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);
- }
-}