aboutsummaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css28
1 files changed, 15 insertions, 13 deletions
diff --git a/public/style.css b/public/style.css
index 702e541..99b69b5 100644
--- a/public/style.css
+++ b/public/style.css
@@ -1,4 +1,4 @@
-h1 {
+.center {
text-align: center;
color: #c5c8c6;
}
@@ -22,25 +22,27 @@ h2 span {
padding:0 10px;
}
-hr {
+.yellow {
border: 1px solid #f0c674;
}
-p {
+.space-between {
display: flex;
justify-content: space-between;
}
-body{
- margin:40px auto;
- max-width:650px;
- line-height:1.6;
- font-size:16px;
- font-family: Sans-Serif;
- background-color: #1d1f21;
- color: #969896;
- padding: 0 10px;
- text-align: left;
+body {
+ font-family: 'DejaVu Sans Mono', monospace;
+ margin: 40px auto;
+ min-width: 80ch;
+ max-width: 80ch;
+ line-height: 1.5;
+ font-size: 16px;
+ background-color: #1d1f21;
+ color: #c5c8c6;
+ padding: 0 10px;
+ text-align: left;
+ overflow-y: scroll;
}
a {