Chat now present in the bottom right.

This commit is contained in:
augmentedpotato
2026-04-14 05:59:33 -06:00
parent 4c3c11995a
commit 995088ece2
7 changed files with 657 additions and 7 deletions

View File

@@ -74,6 +74,7 @@ body {
color: #2f2f2f;
text-decoration: none;
font-size: 1.1rem;
font-weight: 700;
padding: 0.5rem 1rem;
border-radius: 4px;
transition: all 0.3s ease;
@@ -1009,7 +1010,7 @@ body {
}
.nav-greeting {
font-weight: 600;
font-weight: 700;
white-space: nowrap;
}
@@ -2473,6 +2474,16 @@ body {
@keyframes bounce { 0%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-6px); } }
@keyframes spin { to { transform: rotate(360deg); } }
/* Floating chat widget */
.fc-dot {
display: inline-block;
width: 7px;
height: 7px;
border-radius: 50%;
background: #aaa;
animation: bounce 1s infinite;
}
/* Footer */
.site-footer {
background: #e68672;