Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
change color #daa04a in navigation bar + size of linux icon in cards …
Browse files Browse the repository at this point in the history
…is reduced.
  • Loading branch information
d4t4s3c authored Nov 7, 2023
1 parent a30304c commit 26d7ab2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ header {
}

.active-nav {
color: #d9534f !important;
border-bottom: 2px solid #d9534f;
color: #daa04a !important;
border-bottom: 2px solid #daa04a;
}

.navbar a:hover {
Expand All @@ -97,7 +97,7 @@ header {

.active-nav:hover {
cursor: default;
border-bottom: 2px solid #d9534f !important;
border-bottom: 2px solid #daa04a !important;
}

.project-info {
Expand Down Expand Up @@ -382,7 +382,7 @@ td div {
}

.card-icon-wrapper {
width: 25px;
width: 22px;
margin: 0 0.5rem;
}

Expand Down

0 comments on commit 26d7ab2

Please sign in to comment.