34 lines
571 B
CSS
34 lines
571 B
CSS
main p {
|
|
margin-top: 0 !important;
|
|
}
|
|
|
|
main h1 {
|
|
margin-bottom: 0 !important;
|
|
background: linear-gradient(90deg, rgba(148,147,249,1) 0%, rgba(178,147,249,1) 48%, rgba(189,147,249,1) 100%);
|
|
-webkit-background-clip: text;
|
|
background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
}
|
|
|
|
a:hover {
|
|
color: #BD93F9 !important;
|
|
}
|
|
|
|
.post-title {
|
|
font-size: 1.8rem;
|
|
}
|
|
|
|
.post-content img {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
a.footnote-ref::before {
|
|
content: '[';
|
|
}
|
|
|
|
a.footnote-ref::after {
|
|
content: ']';
|
|
}
|