diff --git a/style.css b/style.css index d929ce4..9df68c2 100644 --- a/style.css +++ b/style.css @@ -45,6 +45,7 @@ hr{ } .primary-link { + background-color:var(--primary-color); padding:1rem; border-radius:1rem; @@ -52,6 +53,7 @@ hr{ } .secondary-link { + padding:1rem; border: 1.5px solid var(--primary-color); border-radius:1rem; @@ -106,12 +108,14 @@ nav{ margin-bottom: 2rem; } .section p,ul,pre,ol{ + max-width: 620px; margin:auto; } .section { + position: relative; padding:2rem; /* padding-bottom: 1rem;; */ margin:1rem 0rem;; @@ -170,7 +174,8 @@ padding-bottom:1rem; .mb-2 { margin-bottom: 2rem !important; } + .inline li a:hover, li a:hover{ color: var(--light); -} \ No newline at end of file +}