Skip to content

Commit

Permalink
Merge pull request #48 from docker-ko/elecbug-patch-1
Browse files Browse the repository at this point in the history
Update content_style.css
  • Loading branch information
elecbug authored Feb 17, 2025
2 parents 27a7527 + 6fa7995 commit 44791ec
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion src/styles/content_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,30 @@
background-color: #f8f9fa;
font-style: italic;
color: #555;
}
}

#content a {
color: #007bff;
text-decoration: none;
font-weight: 600;
transition: color 0.2s ease-in-out;
}

#content a:hover {
color: #0056b3;
text-decoration: underline;
}

#content a:active {
color: #004080;
}

#content a:visited {
color: #800080;
}

#content a.external-link::after {
content: " 🔗";
font-size: 0.8em;
opacity: 0.7;
}

0 comments on commit 44791ec

Please sign in to comment.