diff --git a/nuxt-app/assets/css/bootstrap.css b/nuxt-app/assets/css/bootstrap.css index 2ece7442..052fbdf1 100644 --- a/nuxt-app/assets/css/bootstrap.css +++ b/nuxt-app/assets/css/bootstrap.css @@ -65,7 +65,7 @@ section { body { margin: 0; font-size: 1rem; - font-weight: 400; + font-weight: 500; line-height: 1.5; color: #212529; text-align: left; @@ -329,7 +329,7 @@ h4, h5, h6 { margin-bottom: 0.5rem; - font-weight: 500; + font-weight: 700; line-height: 1.2; color: inherit; } @@ -390,7 +390,7 @@ hr { .small, small { font-size: 80%; - font-weight: 400; + font-weight: 600; } .mark, mark { @@ -2732,7 +2732,8 @@ fieldset:disabled a.btn { .btn-group-lg > .btn, .btn-lg { padding: 0.5rem 1rem; - font-size: 1.25rem; + font-size: 1rem; + font-weight: bold; line-height: 1.5; border-radius: 0.3rem; } @@ -2923,7 +2924,6 @@ input[type="submit"].btn-block { width: 100%; padding: 0.25rem 1.5rem; clear: both; - font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; @@ -3182,7 +3182,7 @@ input[type="submit"].btn-block { padding: 0.375rem 0.75rem; margin-bottom: 0; font-size: 1rem; - font-weight: 400; + font-weight: 500; line-height: 1.5; color: #495057; text-align: center; @@ -4017,7 +4017,7 @@ input[type="submit"].btn-block { color: #fff; } .navbar-dark .navbar-toggler { - color: rgba(255, 255, 255, 0.5); + color: rgba(0, 0, 0, 0.5); border-color: rgba(255, 255, 255, 0.1); } .navbar-dark .navbar-toggler-icon { diff --git a/nuxt-app/assets/css/styles.css b/nuxt-app/assets/css/styles.css index e0b30dbb..ff53f964 100644 --- a/nuxt-app/assets/css/styles.css +++ b/nuxt-app/assets/css/styles.css @@ -54,7 +54,7 @@ body{ font-family: "Quicksand", sans-serif; font-optical-sizing: auto; - font-weight: normal; + font-weight: 600; font-style: normal; }