From 8d50d5e2939ae36bced3231102922fee44ad448c Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Tue, 16 Nov 2021 12:33:05 +0000 Subject: [PATCH] added border-radius to download button --- static/skin/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/skin/index.css b/static/skin/index.css index a3f21ff2d..2b70af08e 100644 --- a/static/skin/index.css +++ b/static/skin/index.css @@ -209,6 +209,7 @@ body { background: #00b4e4; color: white; box-shadow: 0 0 0 0; + border-radius: 2px; } .book__download > span:hover {