This commit is contained in:
sunnie 2020-06-24 14:33:03 +08:00
parent b04b01e88e
commit 5cbc7280ac

View File

@ -1,3 +1,6 @@
section.cover .cover-main {
z-index: 100;
}
section.cover.has-mask .mask { section.cover.has-mask .mask {
background-image: linear-gradient(hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 100%, 0.25)); background-image: linear-gradient(hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 100%, 0.25));
background-color: transparent; background-color: transparent;
@ -7,7 +10,6 @@
section.cover h1 .anchor span { section.cover h1 .anchor span {
font-family: 'Lobster', cursive; font-family: 'Lobster', cursive;
color: var(--theme-color); color: var(--theme-color);
} }
section.cover h2 .anchor span { section.cover h2 .anchor span {