Personal-Website/static/css/style.css
Ben Hays 1e0a60d8a6
All checks were successful
Build Hugo Site / build (push) Successful in 41s
Update Mainpage and Theme
2023-10-23 16:29:15 -04:00

19 lines
460 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;
}
.content {
background: radial-gradient(circle, rgba(35,36,37,1) 50%, rgba(36,37,37,1) 100%) !important;
}
a:hover {
color: #BD93F9 !important;
}