Skip to content

Commit 284ed7c

Browse files
Update cv.html
1 parent 3f52b02 commit 284ed7c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cv.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,12 @@
271271
cursor: pointer;
272272
font-weight: bold;
273273
color: #0073e6;
274+
font-style: italic;
274275
margin-left: 5px;
275276
padding: 5px;
276-
border-radius: 50%; /* Makes the icon circular */
277-
background-color: #f1f1f1; /* Light gray background for contrast */
277+
border-radius: 40%;
278+
background-color: #f1f1f1;
279+
border: 2px solid #0073e6;
278280
display: inline-flex;
279281
justify-content: center;
280282
align-items: center;

0 commit comments

Comments
 (0)