From 403605efb578527388f4af523eefaebaeb7e10ae Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Wed, 6 Mar 2019 00:51:39 +0100 Subject: Tweak the about box styling some more and clean up styles. --- .../palemoon/branding/unstable/content/aboutDialog.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'application/palemoon/branding/unstable') diff --git a/application/palemoon/branding/unstable/content/aboutDialog.css b/application/palemoon/branding/unstable/content/aboutDialog.css index 7ae040b05..de71f259c 100644 --- a/application/palemoon/branding/unstable/content/aboutDialog.css +++ b/application/palemoon/branding/unstable/content/aboutDialog.css @@ -17,22 +17,14 @@ } #aboutVersionBox { - font-family: Arial, helvetica; text-shadow: 1px 1px 0px #D5BC9A; } #aboutTextBox { animation: 3s fadeIn; animation-fill-mode: forwards; - font-family: Arial, helvetica; - font-size: 14px; text-shadow: 1px 1px 0px #D5BC9A; - padding: 15px 10px 5px; - background: linear-gradient(to bottom, - transparent 0%, - rgba(255, 255, 255, .6) 15%, - rgba(255, 255, 255, .7) 85%, - transparent 100%); + color: #202010; } @keyframes fadeIn { @@ -49,7 +41,6 @@ #aboutLinkBox { padding: 15px 10px 0; - font-family: Arial, helvetica; } #aboutPMtrademark { -- cgit v1.2.3