aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorAkshay <[email protected]>2019-12-31 13:33:17 +0000
committerAkshay <[email protected]>2019-12-31 13:33:17 +0000
commit6f87531d97905bd31c106b19a4405b9f349a2516 (patch)
tree64211d54507e9c061e21c63d0c42260acdd1c1aa /docs/style.css
parent79e1e808f0129e066e66e06bf04b9c930de91a57 (diff)
typo
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css
index bc722c6..88666e8 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -46,7 +46,7 @@ html {
46 46
47 47
48.post { 48.post {
49 margin: 2rem; 49 margin: 1rem;
50} 50}
51 51
52img { 52img {
@@ -63,6 +63,10 @@ details > summary::-webkit-details-marker {
63 display: none; 63 display: none;
64} 64}
65 65
66summary: hover {
67 cursor: pointer;
68}
69
66hr { 70hr {
67 color: var(--light-black); 71 color: var(--light-black);
68} 72}