diff --git a/assets/style.css b/assets/style.css index 19470e9..b6f1cbc 100644 --- a/assets/style.css +++ b/assets/style.css @@ -3,6 +3,7 @@ :root { --primary-bg: rgb(27, 21, 41); --secondary-bg: #1a1a1a; + --third-bg: #383838; --primary-text: #d2d6e5; --error: rgb(255, 55, 0); --primary: #2a9dd6; @@ -158,4 +159,10 @@ header hr { .navsite_item:hover .navpage_list{ display: flex !important; +} + +.navpage_item{ + margin-top: 4%; + border: var(--third-bg); + background-color: var(--primary-hover); } \ No newline at end of file