Add support for Google Scholar
This commit is contained in:
@ -312,6 +312,16 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Google Scholar */
|
||||
.button.button-google-scholar {
|
||||
color: #000000;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.button.button-google-scholar:hover,
|
||||
.button.button-google-scholar:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Hashnode */
|
||||
.button.button-hashnode {
|
||||
color: #000000;
|
||||
@ -740,4 +750,4 @@ button:hover,
|
||||
.button.button-yt:hover,
|
||||
.button.button-yt:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user