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:
parent
30ac43395e
commit
2974cbb63e
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user