Personal-Website/static/css/style.css
Ben Hays e14bd5f205
All checks were successful
Build Hugo Site / build (push) Successful in 11s
Initial commit
2024-01-27 23:55:41 -05:00

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: ']';
}