diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 6510498..b6eef1b 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -1,4 +1,4 @@ -@import url(https://fonts.bunny.net/css?family=fira-code:400|inter:300,400,500); +@import url(https://fonts.bunny.net/css?family=fira-code:400|inter:400,600); /* ========================================================================== Variables @@ -22,13 +22,18 @@ body { font-display: swap; } +strong, +b { + font-weight: 600 !important; +} + h3 { margin: 36px 0 20px 0; } /* Base Button Styles */ button { - font-weight: 300; + font-weight: 400; background-color: #fff; border-radius: 3px; appearance: auto; @@ -105,7 +110,7 @@ p.version > a { } .navbar-nav .nav-link.active { - font-weight: 500; + font-weight: 600; } #announcements { @@ -202,7 +207,7 @@ table.cell-table tr { color: white; font-family: "Inter", sans-serif; text-align: left; - font-weight: 500; + font-weight: 600; padding-right: 12px; border: 1px solid rgb(179, 56, 33) !important; background-color: rgb(179, 56, 33);