Removed unnecessary transition style
This commit is contained in:
parent
6e37b595d1
commit
4e1e9740a9
@ -46,7 +46,6 @@ main {
|
||||
.header-text .sns-links a:hover {
|
||||
border-color: rgba(255, 255, 255, 0.9);
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
transition: color,border-color 0.1s linear;
|
||||
}
|
||||
|
||||
.header-text h1 {
|
||||
@ -97,7 +96,6 @@ main {
|
||||
.global-footer .sns-links a:hover {
|
||||
border: 1px solid rgba(0, 0, 0, 0.8);
|
||||
color: rgba(0, 0, 0, 0.7);
|
||||
transition: color,border-color 0.1s linear;
|
||||
}
|
||||
|
||||
/* Article */
|
||||
@ -107,10 +105,6 @@ main {
|
||||
transition: color 0.1s linear;
|
||||
}
|
||||
|
||||
.article-list h2 a:hover {
|
||||
transition: color 0.1s linear;
|
||||
}
|
||||
|
||||
.post-meta {
|
||||
margin: 5px 0;
|
||||
}
|
||||
@ -131,7 +125,6 @@ main {
|
||||
.post-tag a:hover {
|
||||
background-color: rgba(0, 0, 0, 1.0);
|
||||
color: rgba(255, 255, 255, 1.0);
|
||||
transition: color,border-color,background-color 0.1s linear;
|
||||
}
|
||||
|
||||
.not-found h1 {
|
||||
@ -160,10 +153,6 @@ pre code {
|
||||
transition: background-color 0.1s linear;
|
||||
}
|
||||
|
||||
.pager li>a:hover {
|
||||
transition: background-color 0.1s linear;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
font-style:italic;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user