mirror of
https://github.com/JuanCanham/fresh-theme-elegant.git
synced 2024-11-24 00:50:11 +00:00
commit
4220cff5ec
@ -51,6 +51,7 @@ All the profiles not on this list may not have an icon and will not have any cus
|
|||||||
* youtube
|
* youtube
|
||||||
* medium
|
* medium
|
||||||
* blogger
|
* blogger
|
||||||
|
* steam
|
||||||
|
|
||||||
|
|
||||||
## How to use it
|
## How to use it
|
||||||
|
@ -395,6 +395,14 @@ body {
|
|||||||
.social-link:hover {
|
.social-link:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
.link-steam {
|
||||||
|
color: #1c1c1c;
|
||||||
|
}
|
||||||
|
.link-steam:hover,
|
||||||
|
.link-steam:focus {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #070707;
|
||||||
|
}
|
||||||
.link-github {
|
.link-github {
|
||||||
color: #454545;
|
color: #454545;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user