Skip to content

Commit 7605dfb

Browse files
committed
text color
1 parent b838c56 commit 7605dfb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@
101101
margin-bottom: 1rem;
102102
}
103103

104+
.links span {
105+
color: #e0e0e0;
106+
font-size: clamp(0.9rem, 2vw, 1.1rem);
107+
text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
108+
font-weight: 400;
109+
}
110+
104111
.links a {
105112
color: #ffffff;
106113
text-decoration: underline;

0 commit comments

Comments
 (0)