Skip to content

Commit c5df4b0

Browse files
authored
📦 Update
1 parent 95a2464 commit c5df4b0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

‎assets/css/styles/sections.css‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,22 @@
1919

2020
.sticker { width: 200px; height: auto; }
2121

22+
/*
23+
************************
24+
** About Me Container **
25+
************************
26+
*/
27+
#aboutMeContainer .containerContent span a {
28+
color: var(--color-1);
29+
border-bottom-style: dashed;
30+
border-bottom-width: 3.1px;
31+
}
32+
33+
#aboutMeContainer .containerContent span a:hover {
34+
border-bottom-style: solid;
35+
-webkit-filter: brightness(87%);
36+
}
37+
2238
/*
2339
**********************
2440
** Skills Container **

0 commit comments

Comments
 (0)