Skip to content

Commit

Permalink
More color updates
Browse files Browse the repository at this point in the history
  • Loading branch information
steph1111 committed Aug 17, 2024
1 parent 34e4228 commit c2994c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ a.navbar-item.is-active {
}

.navbar-link:not(.is-arrowless)::after {
border-color: #34343c;
border-color: #27272f;
}


Expand Down Expand Up @@ -74,7 +74,7 @@ a.navbar-item.is-active {
margin: auto;

img {
border: 0.25rem dotted black;
border: 0.25rem dotted #111113;
}
}

Expand Down Expand Up @@ -102,7 +102,7 @@ a.navbar-item.is-active {
}

hr {
background-color: black;
background-color: #111113;
}
}

Expand Down Expand Up @@ -321,7 +321,7 @@ a.navbar-item.is-active {
display: inline-block;
}
hr{
background-color: grey;
background-color: #27272f;
}
img, iframe {
max-width: calc(100% - 25vw);
Expand Down

0 comments on commit c2994c2

Please sign in to comment.