Skip to content

Commit d7b4bed

Browse files
feat: update color scheme for links and logo in light mode
1 parent be13334 commit d7b4bed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@media (prefers-color-scheme: light) {
3535
--fonts-color: #2f2f2f;
3636
--background-color: #ffffff;
37-
--links-color: darkslateblue;
37+
--links-color: #9c2341; /* Ref: https://dribbble.com/shots/15761499-Sakura-UI-UX-Concept */
3838
--selection-color: rgba(0, 0, 0, .2);
3939

4040
--info-card-color: transparent;

static/images/logo.svg

Lines changed: 2 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)