aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/css/index.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/css/index.css b/src/css/index.css
index b8c8ba5..c754600 100644
--- a/src/css/index.css
+++ b/src/css/index.css
@@ -66,11 +66,9 @@ body {
66 .editor-toolbar { 66 .editor-toolbar {
67 order: 2; 67 order: 2;
68 flex: 0 0 0; 68 flex: 0 0 0;
69 border-left: 1px solid #ced4da; 69
70 border-right: 1px solid #ced4da; 70 border: var(--content-border);
71 border-bottom: 1px solid #ced4da; 71 border-radius: var(--content-border-radius);
72 border-bottom-left-radius: 4px;
73 border-bottom-right-radius: 4px;
74 } 72 }
75 73
76 .editor-statusbar { 74 .editor-statusbar {