summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/style.css b/style.css
index dd7cb07..2011038 100644
--- a/style.css
+++ b/style.css
@@ -1,4 +1,5 @@
body {
+ color: #eee;
margin: 0;
font-family: sans-serif;
font-size: 12px;
@@ -12,7 +13,6 @@ body {
}
.label {
- color: #eee;
position: absolute;
top: -0.2em;
left: calc(100% + 0.4em);
@@ -73,7 +73,7 @@ body {
display: flex;
width: 100vw;
height: 100vh;
- flex-direction: column;
+ flex-direction: row;
}
#container {
@@ -83,6 +83,16 @@ body {
}
#toolbar {
- background: #eee;
+ background: #222;
padding: 1em;
+ width: 20%;
+ max-width: 24em;
+ min-width: 12em;
+ border-left: 1px solid #444;
+ overflow: auto;
+}
+
+#toolbar a:link,
+#toolbar a:visited {
+ color: #aaa;
}