lone.earth/custom.css

12 lines
325 B
CSS
Raw Normal View History

2024-10-19 11:14:58 +02:00
a {
color: #8ec07c !important; /* Desaturated minty green */
text-decoration: none !important;
transition: color 0.3s ease, font-weight 0.3s ease !important;
}
a:hover {
color: #689d6a !important; /* Slightly darker minty green for hover */
font-weight: bold !important;
text-decoration: underline !important;
}