aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css
index fab6779..9cd22c9 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -84,7 +84,7 @@ hr {
84 margin: 0; 84 margin: 0;
85 margin-top: 1rem; 85 margin-top: 1rem;
86 margin-bottom: 1rem; 86 margin-bottom: 1rem;
87 border-top: 1px solid var(--dark-white); 87 border-top: 2px solid var(--dark-white);
88} 88}
89 89
90.black-circle { 90.black-circle {
@@ -167,6 +167,12 @@ pre > code {
167 167
168.commit-hash { 168.commit-hash {
169 float: right; 169 float: right;
170 font-size: 0.8rem;
170 text-decoration: none; 171 text-decoration: none;
171 font-family: Monospace; 172 font-family: Monospace;
172} 173}
174
175.footer {
176 font-size: 0.7rem;
177 text-align: center;
178}