UI tweaks: gently nudges user to leverage rotating daily phrases.
This commit is contained in:
@@ -15,6 +15,15 @@
|
||||
--border-light: rgba(255, 255, 255, 0.1);
|
||||
--overlay-dark: rgba(0, 0, 0, 0.3);
|
||||
--overlay-light: rgba(255, 255, 255, 0.05);
|
||||
--day-highlight: #E3FF54; /* Bright yellow/green for day of week */
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------------
|
||||
Day of Week Highlight - Simple
|
||||
---------------------------------------------------------------------------- */
|
||||
.day-of-week-highlight {
|
||||
color: var(--day-highlight) !important;
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------------
|
||||
@@ -397,4 +406,4 @@ footer {
|
||||
.card-link:hover .feature-card {
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0 10px 40px rgba(102, 126, 234, 0.3);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user