Skip to content

Commit

Permalink
revert directory name change
Browse files Browse the repository at this point in the history
  • Loading branch information
jontallboy committed Jun 10, 2024
1 parent c15fb18 commit 4e8c0cf
Show file tree
Hide file tree
Showing 25 changed files with 24 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
:root {
--primary-color: #ff7a59;
--primary-color-dark: #e66e50;
--primary-color-med: #ffbcac;
--primary-color-light: #fff1ee;
--secondary-color: #dfe3eb;
--accent-color: #2d3e50;
--light-accent-color: #eaf0f6;
}

.wrapper {
width: 100%;
background-color: transparent;
Expand All @@ -17,6 +27,13 @@
display: flex;

& li {
& a {
text-decoration: none;
color: var(--accent-color);
&:hover {
color: var(--primary-color);
}
}
& ul {
margin-top: 10px;
display: flex;
Expand All @@ -25,14 +42,21 @@
border: 1px solid #ccc;
padding: 10px;
& li {
position: relative;
& a {
color: gray;
text-decoration: none;
}
& ul {
position: absolute;
top: 10px;
left: 0px;
margin-top: 0px;
border: none;
& li {
display: block;
top: unset;
left: unset;
& a {
color: gray;
text-decoration: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
--secondary-color: #dfe3eb;
--accent-color: #2d3e50;
--light-accent-color: #eaf0f6;

}

.wrapper {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4e8c0cf

Please sign in to comment.