Skip to content

Commit

Permalink
improve nav styling
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBrewer317 committed Oct 21, 2024
1 parent f441391 commit 5c46cdb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion arctic_build/public/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:root {
--color: rgb(255, 226, 231);
--background: rgb(13, 1, 13);
--background2: rgb(33, 30, 30);
--background2: rgb(25, 19, 25);
--highlight: rgb(255, 88, 199);
}

Expand Down Expand Up @@ -43,9 +43,11 @@ nav.dropdown {
left: 0;
right: 0;
background-color: var(--background2);
border-bottom: 1pt solid var(--highlight);
}

#nav-dropdown {
color: var(--highlight);
display: none;
}

Expand Down
4 changes: 3 additions & 1 deletion dist/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:root {
--color: rgb(255, 226, 231);
--background: rgb(13, 1, 13);
--background2: rgb(33, 30, 30);
--background2: rgb(25, 19, 25);
--highlight: rgb(255, 88, 199);
}

Expand Down Expand Up @@ -43,9 +43,11 @@ nav.dropdown {
left: 0;
right: 0;
background-color: var(--background2);
border-bottom: 1pt solid var(--highlight);
}

#nav-dropdown {
color: var(--highlight);
display: none;
}

Expand Down
4 changes: 3 additions & 1 deletion public/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:root {
--color: rgb(255, 226, 231);
--background: rgb(13, 1, 13);
--background2: rgb(33, 30, 30);
--background2: rgb(25, 19, 25);
--highlight: rgb(255, 88, 199);
}

Expand Down Expand Up @@ -43,9 +43,11 @@ nav.dropdown {
left: 0;
right: 0;
background-color: var(--background2);
border-bottom: 1pt solid var(--highlight);
}

#nav-dropdown {
color: var(--highlight);
display: none;
}

Expand Down

0 comments on commit 5c46cdb

Please sign in to comment.