mirror of
https://github.com/Dannecron/littlelink.git
synced 2025-12-25 16:12:34 +03:00
fix colour error
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user