summaryrefslogtreecommitdiff
path: root/theme.css
diff options
context:
space:
mode:
authorLishid <lishid@gmail.com>2022-08-22 13:40:55 -0400
committerlishid <lishid@gmail.com>2022-08-22 14:12:05 -0400
commit773b0c5ca9799e273e2c6f86445242ba2993bbc7 (patch)
tree18ed974caec7ee0b82bbbe0ccc60733cd14bc996 /theme.css
Initial commit
Diffstat (limited to 'theme.css')
-rw-r--r--theme.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/theme.css b/theme.css
new file mode 100644
index 0000000..2307fc8
--- /dev/null
+++ b/theme.css
@@ -0,0 +1,34 @@
+body {
+ --radius-s: 0px;
+ --radius-m: 0px;
+ --radius-l: 0px;
+ --input-radius: 0px;
+ --tab-radius-active: 0px;
+ --checkbox-radius: 0px;
+ --toggle-radius: 0px;
+ --toggle-thumb-radius: 0px;
+ --slider-thumb-radius: 0px;
+}
+
+.workspace-tab-header.is-active::before, .workspace-tab-header.is-active::after {
+ display: none;
+}
+
+svg * {
+ stroke-linecap: square;
+ stroke-linejoin: miter;
+ rx: 0;
+ ry: 0;
+}
+
+.menu {
+ padding: var(--size-2-1);
+}
+
+.menu-item {
+ padding: var(--size-4-1) var(--size-4-2);
+}
+
+.menu-separator {
+ margin: var(--size-2-1) calc(var(--size-2-1) * -1);
+}