Update navigation styles in styles.css for improved aesthetics. Changed link color to #cccccc, increased font size to 28px, and reduced padding to 5px. These adjustments enhance the visual presentation and user engagement of the navigation elements.

This commit is contained in:
Knight 2024-12-28 21:57:09 -05:00
parent 30ac43395e
commit 2974cbb63e

View File

@ -68,13 +68,13 @@ img {
.navigation a {
text-decoration: none;
color: white;
color: #cccccc;
mix-blend-mode: color-dodge;
font-size: 24px;
font-size: 28px;
pointer-events: auto;
opacity: 0.7;
transition: opacity 0.3s ease;
padding: 20px;
padding: 5px;
}
.navigation a:hover {