diff --git a/themes/desert-breeze/assets/css/main.css b/themes/desert-breeze/assets/css/main.css index d02a34a..bf2dbc8 100644 --- a/themes/desert-breeze/assets/css/main.css +++ b/themes/desert-breeze/assets/css/main.css @@ -48,18 +48,15 @@ header { align-items: baseline; font-family: 'Unica One', display; text-transform: lowercase; - font-size: 1.3rem; -} - -h1 { - /* font-family: 'Unica One', display; */ + font-size: 1.5rem; } header h1 { display: inline; margin: 0; - font-size: 1.3rem; + font-size: 1.5rem; flex: 2 1 15%; + font-weight: normal; } header a { @@ -93,11 +90,11 @@ footer { a { color: var(--primary-link); - transition: color 0.5s; } a:hover, a:active { color: var(--primary-link-hover); + transition: color 0.5s; } img {