hash-command-arbitrary
not manx 4 years ago
parent 852f296430
commit e8e97994e5
Signed by: C-xC-c
GPG Key ID: F52ED472284EF2F4

@ -1,8 +1,5 @@
body { body {
background: url(./img/background001.jpg); background: url(./img/background001.jpg) fixed bottom no-repeat;
background-attachment: fixed;
background-position: bottom;
background-repeat: no-repeat;
background-size: cover; background-size: cover;
color: #51384a; color: #51384a;
} }
@ -36,20 +33,12 @@ section > .omit {
color: #fff; color: #fff;
} }
a { a,
color: #ff69b4;
}
.embed, .embed,
.embed:hover { .embed:hover {
color: #ff69b4; color: #ff69b4;
} }
b {
color: #51384a;
font-weight: 900;
}
.pagination, .pagination,
.act { .act {
background-color: #e5cbf5; background-color: #e5cbf5;
@ -106,7 +95,7 @@ preview a {
} }
@keyframes hue { @keyframes hue {
0% { filter: hue-rotate(0deg) saturate(100%); } 0% { filter: hue-rotate(0deg) saturate(100%); }
25% { filter: hue-rotate(45deg) saturate(500%); } 25% { filter: hue-rotate(45deg) saturate(500%); }
50% { filter: hue-rotate(90deg) saturate(100%); } 50% { filter: hue-rotate(90deg) saturate(100%); }
75% { filter: hue-rotate(135deg) saturate(500%); } 75% { filter: hue-rotate(135deg) saturate(500%); }

Loading…
Cancel
Save