From a6cb41fa6ad2648d4c642d7a7dc3ba35ec41e113 Mon Sep 17 00:00:00 2001 From: bkraul Date: Thu, 26 Jul 2018 14:52:09 -0500 Subject: [PATCH] Changed size and weight of .ui.button --- gitea-github.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitea-github.css b/gitea-github.css index 70245d4..4a414ae 100644 --- a/gitea-github.css +++ b/gitea-github.css @@ -66,6 +66,8 @@ a { border-radius: 0.25em; background-color: #eff3f6; background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%); + font-size: 12px; + font-weight: 600; } .ui.button:hover {