Skip to content

Commit

Permalink
update links in footer and widget area
Browse files Browse the repository at this point in the history
  • Loading branch information
HueHa-v committed Nov 2, 2023
1 parent 8a3abfc commit 6ea7749
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
4 changes: 4 additions & 0 deletions sass/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@

a {
color: $white;

&:hover {
color: $primary;
}
}

hr {
Expand Down
1 change: 1 addition & 0 deletions sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ $custom-colors: (
klee-600: #008939,
klee-700: #006e2e,
tanne-600: #005437,
tanne-800: #003221,
grashalm-600: #8abd24,
himmel-600: #0ba1dd,
neutral-600: #f5f1e9,
Expand Down
20 changes: 10 additions & 10 deletions sass/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
position: relative;
}

a {
color: $white-90;
text-decoration: none;

&:hover {
color: $primary;
}
}
}

a {
color: $white;

&:hover {
color: $primary;
}
}

&-title {

@include themed() {
Expand Down Expand Up @@ -51,7 +51,7 @@

&::after {
content: "\f002";
font-family: "Font Awesome 5 Free";
font-family: "Font Awesome 6 Free";
font-weight: 900;
position: absolute;
top: 5px;
Expand All @@ -74,7 +74,7 @@

&::after {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-family: "Font Awesome 6 Free";
font-weight: 900;
position: absolute;
right: 1rem;
Expand Down

0 comments on commit 6ea7749

Please sign in to comment.