Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / base.css
index a3df32dcd5ff51e5c1b6cb97a409e3ea40784dea..cc0bd4434228c7a994d6b89d68c283b5467dc8a0 100644 (file)
@@ -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;
 }