X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fprofiles%2Fdemo_umami%2Fthemes%2Fumami%2Fcss%2Fbase.css;fp=web%2Fcore%2Fprofiles%2Fdemo_umami%2Fthemes%2Fumami%2Fcss%2Fbase.css;h=cc0bd4434228c7a994d6b89d68c283b5467dc8a0;hp=a3df32dcd5ff51e5c1b6cb97a409e3ea40784dea;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/profiles/demo_umami/themes/umami/css/base.css b/web/core/profiles/demo_umami/themes/umami/css/base.css index a3df32dcd..cc0bd4434 100644 --- a/web/core/profiles/demo_umami/themes/umami/css/base.css +++ b/web/core/profiles/demo_umami/themes/umami/css/base.css @@ -22,6 +22,7 @@ a:focus { background-color: #e6eee0; color: #444; text-decoration: none; + outline-offset: 1px; } body { @@ -54,11 +55,7 @@ blockquote a:focus { background-color: #fdfcf9; } -button, -.button, -[type='button'], -[type='reset'], -[type='submit'] { +.button { background-color: #00836d; border: 3px solid #00836d; border-radius: 4px; @@ -71,7 +68,6 @@ button, font-family: 'Scope One', Georgia, serif; font-size: 1.2rem; font-weight: 400; - font-weight: normal; transition: background-color 0.5s ease; } button:hover, @@ -218,7 +214,7 @@ label { color: #464646; display: block; font-size: 1rem; - font-weight: bold; + font-weight: 700; margin: 0.25rem 0; }