Skip to content

Commit

Permalink
fix colour error
Browse files Browse the repository at this point in the history
  • Loading branch information
HLEndman committed Dec 28, 2023
1 parent 067fca9 commit 4d7dcfb
Show file tree
Hide file tree
Showing 2 changed files with 467 additions and 0 deletions.
11 changes: 11 additions & 0 deletions css/brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,17 @@ button:hover,
filter: brightness(90%);
}

/* QQ */
.button.button-qq {
color: #000000;
background-color: #FFFFFF;
border: 3px solid #4D94FF;
}
.button.button-qq:hover,
.button.button-qq:focus {
filter: brightness(90%);
}

/* Read.cv */
.button.button-read-cv {
color: #FFFFFF;
Expand Down
Loading

0 comments on commit 4d7dcfb

Please sign in to comment.