mirror of https://github.com/Safe3/uuWAF
33 lines
514 B
CSS
33 lines
514 B
CSS
article img.sd {
|
|
display: block;
|
|
box-shadow: 0 3px 15px 3px rgba(40, 40, 40, 0.5);
|
|
margin-top: 20px;
|
|
}
|
|
|
|
article h2 img.emoji {
|
|
height: 1.75rem;
|
|
}
|
|
|
|
section.cover.has-mask .mask {
|
|
opacity: 0;
|
|
height: 100vh;
|
|
width: 100vw;
|
|
}
|
|
|
|
section.cover p {
|
|
color: var(--theme-color);
|
|
}
|
|
|
|
section.cover h1 .anchor span{
|
|
font-family: 'Lobster', cursive;
|
|
color: var(--theme-color);
|
|
}
|
|
|
|
section.cover .cover-main>p:last-child a .iconfont {
|
|
font-size: 1em;
|
|
}
|
|
|
|
.sidebar>h1 a {
|
|
font-family: 'Lobster', cursive;
|
|
}
|