mirror of
https://github.com/jimeh/jimeh.me-v3.0.git
synced 2026-02-19 05:46:40 +00:00
I don't like the opacity thing
This commit is contained in:
@@ -678,14 +678,12 @@ blockquote {
|
||||
-webkit-transform: rotate(-2deg);
|
||||
-moz-transform: rotate(-2deg);
|
||||
}
|
||||
#about .avatar img {
|
||||
opacity: 0.8;
|
||||
-webkit-transition: opacity 0.5s linear;
|
||||
-moz-transition: opacity 0.5s linear;
|
||||
#about .avatar:hover {
|
||||
|
||||
}
|
||||
#about .avatar img {
|
||||
|
||||
}
|
||||
#about .avatar:hover img {
|
||||
opacity: 1;
|
||||
}
|
||||
#about .info {
|
||||
color: #bbb;
|
||||
margin: 0px auto;
|
||||
|
||||
Reference in New Issue
Block a user