mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-11 18:46:03 +09:00
Update scriptless CSS
This commit is contained in:
@@ -16,10 +16,6 @@
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
&--scriptless {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
&__image {
|
||||
display: block;
|
||||
height: 100vh;
|
||||
@@ -28,12 +24,9 @@
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
.entry-title,
|
||||
.archive-title {
|
||||
&.featured-image-overlay {
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
.featured-image-overlay {
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.excerpt,
|
||||
@@ -64,7 +57,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes fadein {
|
||||
@keyframes dfig-fadein {
|
||||
from { opacity: 0; }
|
||||
to { opacity: 1; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user