summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css32
1 files changed, 27 insertions, 5 deletions
diff --git a/static/style.css b/static/style.css
index 42f9a6f..8e9a06a 100644
--- a/static/style.css
+++ b/static/style.css
@@ -18,6 +18,7 @@ h2 {
hr {
margin: 3px auto;
+ color: #ebdbb2;
}
p {
@@ -28,33 +29,54 @@ p, li {
font-size: 14pt;
}
+a {
+ color: #458588;
+}
+
+a:visited {
+ color: #b16286;
+}
+
body {
- background-color: white;
+ background-color: #282828;
+ color: #ebdbb2;
width: 50%;
margin: 30px auto;
}
+pre {
+ padding: 20px;
+ background: #3c3836;
+ border-radius: 15px;
+}
+
+code {
+ padding: 2px 7px;
+ background: #3c3836;
+ border-radius: 6px;
+}
+
@media screen and (max-width: 1600px) {
body {
- width: 60%;
+ width: 70%;
}
}
@media screen and (max-width: 1200px) {
body {
- width: 70%;
+ width: 80%;
}
}
@media screen and (max-width: 1000px) {
body {
- width: 80%;
+ width: 90%;
}
}
@media screen and (max-width: 800px) {
body {
- width: 90%;
+ width: 95%;
}
}