Skip to content

Commit

Permalink
Update color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
bu4ak committed Feb 18, 2024
1 parent a5151b0 commit f567c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
a:hover {
color: #70b2f8 !important;
color: #f99f56 !important;
}

.avatar img {
Expand Down
2 changes: 1 addition & 1 deletion config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description = "Igor's personal website"
keywords = "developer,personal"
avatarurl = "images/ava.jpg"
enableTwemoji = true
colorScheme = "auto"
colorScheme = "dark"
hidecolorschemetoggle = false
customCSS = ["css/custom.css"]

Expand Down

0 comments on commit f567c2c

Please sign in to comment.