Skip to content

Commit 67d8a96

Browse files
Update cv.html
1 parent 48c5007 commit 67d8a96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cv.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,16 +267,16 @@
267267
}
268268

269269
.info-icon {
270-
font-size: 0.9rem;
270+
font-size: 1rem;
271271
cursor: pointer;
272272
font-weight: bold;
273-
color: #0073e6;
273+
color: #3498db;
274274
font-style: italic;
275275
margin-left: 5px;
276276
padding: 5px;
277277
border-radius: 50%;
278278
background-color: #f1f1f1;
279-
border: 2px solid #0073e6;
279+
border: 2px solid #3498db;
280280
display: inline-flex;
281281
justify-content: center;
282282
align-items: center;
@@ -309,7 +309,7 @@
309309
}
310310

311311
.close-info {
312-
background-color: #0073e6;
312+
background-color: #00004c;
313313
color: white;
314314
padding: 5px 10px;
315315
border: none;

0 commit comments

Comments
 (0)