Add social media colors and remove undeline on hover of totop.

This commit is contained in:
Konstantinos Triantafyllou 2022-12-02 13:02:49 +02:00
parent b59a0d2e9f
commit 143c2719ec
2 changed files with 8 additions and 1 deletions

View File

@ -50,3 +50,9 @@
@orcid-color: #A6CE39; @orcid-color: #A6CE39;
/* Argos */ /* Argos */
@argos-color: #17BEBB; @argos-color: #17BEBB;
/* Social */
@twitter-color: #55ACEE;
@facebook-color: #3A5998;
@linkedin-color: #1F88BE;
@slideshare-color: #002E3C;
@youtube-color: #FF0312;

View File

@ -1,4 +1,4 @@
@totop-padding: 16px; @totop-padding: 10px;
@totop-border-radius: 500px; @totop-border-radius: 500px;
@totop-color: @global-emphasis-color; @totop-color: @global-emphasis-color;
@ -19,6 +19,7 @@
.hook-totop-hover() { .hook-totop-hover() {
box-shadow: @totop-hover-box-shadow; box-shadow: @totop-hover-box-shadow;
text-decoration: none;
} }
.hook-totop-active() { .hook-totop-active() {