aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css
index 86dcb3b..e7e5335 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -105,6 +105,14 @@ hr {
105 border-top: 2px solid var(--dark-white); 105 border-top: 2px solid var(--dark-white);
106} 106}
107 107
108.intro {
109 font-size: 0.9rem;
110 overflow: auto;
111 padding: 0rem;
112 margin: 1rem 0rem;
113 font-family: 'Inter', sans-serif;
114}
115
108.heading { 116.heading {
109 margin: 0 auto; 117 margin: 0 auto;
110 color: var(--black); 118 color: var(--black);
@@ -202,7 +210,7 @@ pre > code {
202} 210}
203 211
204.footer { 212.footer {
205 font-size: 0.7rem; 213 font-size: 0.9rem;
206 text-align: center; 214 text-align: center;
207} 215}
208 216