summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-06-23 17:18:29 +0400
committerAndrew <saintruler@gmail.com>2021-06-23 17:18:29 +0400
commit06c3b11d75503df8adf11b5e25d1a8a31e5f3ce6 (patch)
tree4a62bb83bdcc03de5c6d127cdec40e0935855c89 /static
parent87b119dcbe6030df28274128bc481b7c92a25745 (diff)
Изменил стиль страничкиHEADmaster
Diffstat (limited to 'static')
-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%;
}
}