1
0
mirror of https://github.com/byReqz/byreqz.de.git synced 2025-06-16 16:07:46 +00:00

updated some more grammar, fixed an icon and visibility

This commit is contained in:
Nils
2019-08-31 22:25:25 +02:00
parent b45757e825
commit abb1faf856
5 changed files with 34 additions and 29 deletions

View File

@ -2145,7 +2145,8 @@ dfn, em {
}
.grey-text.text-lighten-3 {
color: #eee !important
color: #eee !important;
text-shadow: 2px 2px 4px #000000;
}
.grey.lighten-2 {
@ -10849,7 +10850,7 @@ footer {
margin-top: 35px
}
.fa-envelope, .fa-github, .fa-steam, .fa-stack-overflow, .fa-twitter, .fa-microphone {
.fa-envelope, .fa-github, .fa-steam, .fa-stack-overflow, .fa-twitter, .fa-microphone, .fa-discord {
color: silver;
margin-left: 15px;
transition: all .5s ease .2s
@ -10875,6 +10876,10 @@ footer {
color: #333
}
.fa-discord:hover {
color: #7289da
}
.fa-steam:hover {
color: #00adee
}