mirror of
https://github.com/byReqz/byreqz.de.git
synced 2025-06-16 07:57:48 +00:00
updated some more grammar, fixed an icon and visibility
This commit is contained in:
9
media/css/new-site-engine.min.css
vendored
9
media/css/new-site-engine.min.css
vendored
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user