Added styling for changelog anchors.
This commit is contained in:
parent
f44d3b69d3
commit
a68abaf89c
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user