aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-09 17:10:50 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-09 17:10:50 +0200
commit5856e80fcb78446be37456ec1e5c47b2ab02201f (patch)
treeeb600e49b8e5884c8ffc7d96719a9bd0b9764120 /styles
parent24a90a67674d52dd3569cf5289b3f4b2f35f23ad (diff)
dprint format :tada:
Diffstat (limited to 'styles')
-rw-r--r--styles/readme.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/styles/readme.md b/styles/readme.md
index 89cb09c..1d1e96f 100644
--- a/styles/readme.md
+++ b/styles/readme.md
@@ -1,9 +1,9 @@
# Styles
-This is the folder where all website css should be. Currently most of the css
-is done using inline styles in the .tsx files, but they're being moved to
-seperate .css files in here. A redesign has also been in the making and we now
-have a style guide to follow while writing the website:
+This is the folder where all website css should be. Currently most of the css is
+done using inline styles in the .tsx files, but they're being moved to seperate
+.css files in here. A redesign has also been in the making and we now have a
+style guide to follow while writing the website:
## Dark
@@ -25,7 +25,8 @@ manually.
## Show me the css
-These will eventually be moved to global.css when the move to .css files is done.
+These will eventually be moved to global.css when the move to .css files is
+done.
```css
:root {
@@ -99,6 +100,4 @@ h2 { font-size: 20px; }
user-select: none;
font-weight: 600;
}
-
```
-