Oakley's External Links

Pinterest

Pinterest

My moodboards & inspirations

Tumblr

Tumblr

Blog & fan posts

Spotify

Spotify

My music playlists

Neocities

Neocities Project

Check out my web creations

/* Links color */ a { text-decoration: none; color: var(--sage-green); /* Set link color to accent green */ transition: transform 0.3s, color 0.3s; } a:hover { color: var(--burnt-rose); /* Hover color changes to rose */ transform: scale(1.05); } /* Tile cards still have hover effects */ .tile:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 10px 25px rgba(0,0,0,0.2); background-color: var(--sage-green); color: var(--lavender-blush); } /* Tile title and text inside should inherit link color */ .tile h3, .tile p { color: inherit; margin: 5px 0; }