From 5b8b15905f51ad716c6c25e6914b4bcd5c583238 Mon Sep 17 00:00:00 2001 From: Ryan Schultz Date: Tue, 13 Sep 2022 15:17:13 -0500 Subject: [PATCH] tweak download button. --- css/dist/theme-od_overrides.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/dist/theme-od_overrides.css b/css/dist/theme-od_overrides.css index e69de29..667ceae 100644 --- a/css/dist/theme-od_overrides.css +++ b/css/dist/theme-od_overrides.css @@ -0,0 +1,4 @@ +.btn-octicon svg.svg.octicon-download { + width: 51px; + height: 56px; +}