From 6dc5e4aaa1d101acb03c8affcb6b31af5e788591 Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Fri, 11 Dec 2020 01:41:06 +0100 Subject: [PATCH] bold seems no more longer than normal --- customizations/Dotawo/assets/css/site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customizations/Dotawo/assets/css/site.css b/customizations/Dotawo/assets/css/site.css index 9108a25..b89a0b2 100644 --- a/customizations/Dotawo/assets/css/site.css +++ b/customizations/Dotawo/assets/css/site.css @@ -131,7 +131,7 @@ a.edit-button:hover { -webkit-text-decoration-color: red; text-decoration-color: red; font-weight: bold; - font-size: 0.95em; + /* font-size: 0.95em; */ cursor: pointer } @@ -405,7 +405,7 @@ a:hover { text-decoration: underline; text-decoration-color: red; font-weight: bold; - font-size: 0.95em; + /* font-size: 0.95em; */ cursor: pointer; }