feat(dixous): started groundwork for blogs, UI now more consistent and contact me works

This commit is contained in:
2025-05-14 17:57:24 -06:00
parent b292bea28b
commit dc67f71f55
14 changed files with 624 additions and 66 deletions

View File

@ -22,6 +22,30 @@
padding-bottom: 1svh;
}
#home-intro button {
display: block;
background-color: transparent;
color: inherit;
border-radius: var(--card-border-radius);
background-color: var(--card-background-color);
border: 2px solid purple;
padding: 2svh 0.5svw;
margin: 2svh 0svw;
}
#home-intro button {
cursor: pointer;
}
#home-intro a {
text-decoration: none;
color: inherit;
}
#home-intro a:hover {
color: #91a4d2;
}
.technologies {
display: flex;
flex-direction: column;