Yuzu Theme

from meowapps.com
This commit is contained in:
2022-05-03 09:37:05 +02:00
commit 523ccac38e
75 changed files with 15482 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
// main: style.less
.opaque-featured-image-container {
width: 100%;
height: 400px;
position: absolute;
top: 0;
.featured-image {
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
}
.filter {
width: 100%;
height: 400px;
position: absolute;
top: 0;
background: @opaque_header_bg;
background: var(--opaque_header_bg);
&.less-opaque {
background: @less_opaque_header_bg;
background: var(--less_opaque_header_bg);
}
&.very-opaque {
background: @very_opaque_header_bg;
background: var(--very_opaque_header_bg);
}
}
}