Fix Issue on Light Mode
All checks were successful
Build Hugo Site / build (push) Successful in 52s

This commit is contained in:
Ben Hays 2023-11-23 18:23:52 -05:00
parent 1e0a60d8a6
commit d4104b1168

View File

@ -10,10 +10,6 @@ main h1 {
-webkit-text-fill-color: transparent; -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 { a:hover {
color: #BD93F9 !important; color: #BD93F9 !important;
} }