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:
parent
cb5bba6ba0
commit
de728e75bd
2 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue