From 6f87531d97905bd31c106b19a4405b9f349a2516 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 31 Dec 2019 19:03:17 +0530 Subject: typo --- docs/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/style.css') 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 { .post { - margin: 2rem; + margin: 1rem; } img { @@ -63,6 +63,10 @@ details > summary::-webkit-details-marker { display: none; } +summary: hover { + cursor: pointer; +} + hr { color: var(--light-black); } -- cgit v1.2.3