about summary refs log tree commit diff
path: root/storybook/storybook.scss
diff options
context:
space:
mode:
Diffstat (limited to 'storybook/storybook.scss')
-rw-r--r--storybook/storybook.scss12
1 files changed, 0 insertions, 12 deletions
diff --git a/storybook/storybook.scss b/storybook/storybook.scss
index 6058d658b..3bda9e64c 100644
--- a/storybook/storybook.scss
+++ b/storybook/storybook.scss
@@ -1,15 +1,3 @@
-@import "../app/assets/stylesheets/fonts/roboto";
-@import "../app/assets/stylesheets/fonts/roboto-mono";
-
 #root {
-  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
-  background: #282c37;
-  font-size: 13px;
-  line-height: 18px;
-  font-weight: 400;
-  color: #fff;
-  padding-bottom: 140px;
-  text-rendering: optimizelegibility;
-  font-feature-settings: "kern";
   padding: 4rem;
 }