change font; harmonize menus; make phone number clickable

This commit is contained in:
Mark Eaton
2022-08-15 17:04:35 -04:00
parent 669513c557
commit f925bcb140
2 changed files with 17 additions and 27 deletions
+3
View File
@@ -1,5 +1,7 @@
<style>
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
:root {
--kbccblue: #003466;
--kbccorange: #ff4e00;
@@ -8,6 +10,7 @@
body {
color: var(--text);
font-family: 'Open Sans', sans-serif;
overflow-x: hidden;
}