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

Make the blog attribute a link (#56)

* Make the blog a link

* actual link text

* Make the CSS style the link
This commit is contained in:
Jens Reidel 2019-05-23 15:54:50 +02:00 committed by imfunny
parent cbd7aeb88d
commit 88b29ab754
2 changed files with 12 additions and 2 deletions

View file

@ -240,6 +240,16 @@ body{
font-family: 'Questrial', sans-serif;
}
#about a {
color:#fff !important;
text-decoration:none;
font-weight:bold;
}
#about a:hover {
text-decoration:underline;
}
#about span {
margin:1vh 0px;
display:block;
@ -434,4 +444,4 @@ body{
::-webkit-scrollbar {width:5px;height:5px;}
::-webkit-scrollbar-track {background:var(--bg-color);}
::-webkit-scrollbar-thumb {background:var(--text-color);}
::-webkit-scrollbar-thumb {background:var(--text-color);}