Skip to content

Commit

Permalink
colors???
Browse files Browse the repository at this point in the history
  • Loading branch information
steph1111 committed Aug 17, 2024
1 parent 9eae999 commit 34e4228
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<title>{{site.title}}</title>
<link rel="stylesheet" href="{% if site.baseurl %}{{site.baseurl}}{% else %}{% endif %}/assets/css/style.css">
<script src="https://kit.fontawesome.com/6a97161b76.js" crossorigin="anonymous"></script>
<link rel="shortcut icon" href="{% if site.favicon-url %}{{site.favicon-url}}{% else %}{{ 'assets/images/logo.png' | absolute_url }}{% endif %}" type="image/x-icon">
<link rel="shortcut icon" href="{% if site.favicon-url %}{{site.favicon-url}}{% else %}{{ 'assets/images/logo.svg' | absolute_url }}{% endif %}" type="image/x-icon">
</head>
12 changes: 6 additions & 6 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@

a.navbar-item:hover,
.navbar-link:hover {
background-color: rgba($color: #fff, $alpha: 0.25) !important;
background-color: rgba($color: #ede5f2, $alpha: 0.25) !important;
color: #ede5f2 !important;
}

a.navbar-item.is-active {
background-color: rgba($color: #fff, $alpha: 0.25) !important;
background-color: rgba($color: #ede5f2, $alpha: 0.25) !important;
color: #ede5f2 !important;

&:hover {
background-color: rgba($color: #fff, $alpha: 0.25) !important;
color: grey;
background-color: rgba($color: #ede5f2, $alpha: 0.25) !important;
color: #34343c;
}
}

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


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

&::placeholder {
font-weight: 500;
color: grey;
color: #34343c;
letter-spacing: 0.25rem;
}
}
Expand Down
Binary file removed assets/images/logo.png
Binary file not shown.
1 change: 1 addition & 0 deletions assets/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 34e4228

Please sign in to comment.