Add social media colors and remove undeline on hover of totop.
This commit is contained in:
parent
b59a0d2e9f
commit
143c2719ec
|
@ -50,3 +50,9 @@
|
|||
@orcid-color: #A6CE39;
|
||||
/* Argos */
|
||||
@argos-color: #17BEBB;
|
||||
/* Social */
|
||||
@twitter-color: #55ACEE;
|
||||
@facebook-color: #3A5998;
|
||||
@linkedin-color: #1F88BE;
|
||||
@slideshare-color: #002E3C;
|
||||
@youtube-color: #FF0312;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@totop-padding: 16px;
|
||||
@totop-padding: 10px;
|
||||
@totop-border-radius: 500px;
|
||||
|
||||
@totop-color: @global-emphasis-color;
|
||||
|
@ -19,6 +19,7 @@
|
|||
|
||||
.hook-totop-hover() {
|
||||
box-shadow: @totop-hover-box-shadow;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.hook-totop-active() {
|
||||
|
|
Loading…
Reference in New Issue