aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/style.css b/docs/style.css
index eb02d08..568665b 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -19,6 +19,7 @@ div.hot-links {
19} 19}
20 20
21::-moz-selection, ::selection { 21::-moz-selection, ::selection {
22 color: var(--black);
22 background: var(--cyan); 23 background: var(--cyan);
23} 24}
24 25
@@ -67,6 +68,7 @@ body {
67} 68}
68 69
69html { 70html {
71 scroll-behavior: smooth;
70 padding: 0; 72 padding: 0;
71 line-height: 1.5; 73 line-height: 1.5;
72 font-size: 18px; 74 font-size: 18px;