diff --git a/bun.lockb b/bun.lockb new file mode 100755 index 0000000..678b29d Binary files /dev/null and b/bun.lockb differ diff --git a/public/css/styles.css b/public/css/styles.css index 8b4aaaa..0193850 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -1,6 +1,6 @@ :root{ --bg-color : #333; - --primary-color: #888; + --primary-color: #f59f9f; --secondary-color: #ccc; } *{ @@ -31,6 +31,9 @@ footer { padding: 1rem; margin-top: 1rem; border-top: 2px solid var(--secondary-color); + border-top-right-radius: 10px; + border-top-left-radius: 10px; + } header { @@ -91,3 +94,13 @@ nav a{ margin: 10px; } +li a{ + padding: 10px; +} + +li a:hover{ + background: #f59f9f; + border-radius: 10px; + +} +