Add support for Google Scholar

This commit is contained in:
kasramp
2022-12-20 22:22:58 +01:00
parent 0de997c76d
commit da60a7675e
3 changed files with 17 additions and 1 deletions

View File

@ -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%);
}
}