1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00

added link to GH profile in username block + styling (#59)

This commit is contained in:
Benjamin Liden 2019-05-26 06:01:48 -04:00 committed by imfunny
parent cb5bba6ba0
commit de728e75bd
2 changed files with 5 additions and 3 deletions

View file

@ -240,13 +240,15 @@ body{
font-family: 'Questrial', sans-serif;
}
#about a {
#about a,
#username a {
color:#fff !important;
text-decoration:none;
font-weight:bold;
}
#about a:hover {
#about a:hover,
#username a:hover {
text-decoration:underline;
}