Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBrewer317 committed Oct 21, 2024
1 parent 437da41 commit d7e14a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions arctic_build/public/style.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
:root {
--color: rgb(255, 226, 231);
--background: rgb(13, 1, 13);
--hightlight: rgb(255, 88, 199);
--highlight: rgb(255, 88, 199);
}

body,
html,
#app {
#arctic-app {
padding: 0;
margin: 0;
background: var(--background);
Expand All @@ -25,6 +25,7 @@ nav {
top: 0pt;
background-color: var(--background);
z-index: 1;
margin-right: 15pt
}

nav.dropdown a {
Expand Down
5 changes: 3 additions & 2 deletions dist/style.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
:root {
--color: rgb(255, 226, 231);
--background: rgb(13, 1, 13);
--hightlight: rgb(255, 88, 199);
--highlight: rgb(255, 88, 199);
}

body,
html,
#app {
#arctic-app {
padding: 0;
margin: 0;
background: var(--background);
Expand All @@ -25,6 +25,7 @@ nav {
top: 0pt;
background-color: var(--background);
z-index: 1;
margin-right: 15pt
}

nav.dropdown a {
Expand Down
5 changes: 3 additions & 2 deletions public/style.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
:root {
--color: rgb(255, 226, 231);
--background: rgb(13, 1, 13);
--hightlight: rgb(255, 88, 199);
--highlight: rgb(255, 88, 199);
}

body,
html,
#app {
#arctic-app {
padding: 0;
margin: 0;
background: var(--background);
Expand All @@ -25,6 +25,7 @@ nav {
top: 0pt;
background-color: var(--background);
z-index: 1;
margin-right: 15pt
}

nav.dropdown a {
Expand Down

0 comments on commit d7e14a2

Please sign in to comment.