Personal-Website/static/css/style.css
Ben Hays 1062f27c36
All checks were successful
Build Hugo Site / build (push) Successful in 51s
Fixed CSS + Added New Book Review
2023-12-27 09:51:07 -05:00

25 lines
479 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;
}