Skip to content

Commit

Permalink
fixed github color for dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
amaynez committed Apr 29, 2021
1 parent f882aa0 commit d03da98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ html {
--grey5: #F0EFED;
--background: #ffffff;
--shadow: rgba(32,30,30,.3);
--github: #333;
--font1: 'Lora', charter, Georgia, Cambria, 'Times New Roman', Times, serif;/* body text */
--font2: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; /* headers and titles */
--font1-light: 400;
Expand All @@ -38,6 +39,7 @@ html[data-theme="dark"] {
--grey5: #3B3D40;
--background: #2B323B;
--shadow: rgba(0,0,0,.3);
--github: #000;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
Expand Down Expand Up @@ -1971,7 +1973,7 @@ a.read-more:hover {
.linkedin:hover{color:#0072b1}
.email:hover{color:#66ab6b}
.bandcamp:hover{color:#629aa9}
.github:hover{color:#333}
.github:hover{color:var(--github)}
.copy-link:hover{color:var(--accent)}

/* = = = = = = = = = = Media = = = = = = = = = = */
Expand Down

0 comments on commit d03da98

Please sign in to comment.