Added styling for changelog anchors.

pull/2/head
Daniel Scalzi 2018-06-21 10:01:03 -04:00
parent f44d3b69d3
commit a68abaf89c
No known key found for this signature in database
GPG Key ID: 5CA2F145B63535F9
1 changed files with 7 additions and 3 deletions

View File

@ -1358,16 +1358,20 @@ input:checked + .toggleSwitchSlider:before {
* * */
/* Style links on the Java tab. */
#settingsTabJava a {
#settingsTabJava a,
#settingsChangelogText a {
color: rgba(202, 202, 202, 0.75);
transition: 0.25s ease;
outline: none;
}
#settingsTabJava a:hover,
#settingsTabJava a:focus {
#settingsTabJava a:focus,
#settingsChangelogText a:hover,
#settingsChangelogText a:focus {
color: rgba(255, 255, 255, 0.75);
}
#settingsTabJava a:active {
#settingsTabJava a:active,
#settingsChangelogText a:active {
color: rgba(165, 165, 165, 0.75);
}