You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
uuWAF/docs/_media/custom.css

40 lines
585 B

article img.sd {
display: block;
box-shadow: 0 3px 15px 3px rgba(40, 40, 40, 0.5);
margin-top: 20px;
border-radius: 5px;
}
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;
}
p img.pic {
display: block;
margin: 0 auto;
width: 500px;
}