X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fprofiles%2Fdemo_umami%2Fthemes%2Fumami%2Fcss%2Fbase.css;h=cc0bd4434228c7a994d6b89d68c283b5467dc8a0;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=a3df32dcd5ff51e5c1b6cb97a409e3ea40784dea;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website 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; }