Fix: Border to Bluesky Alt button for light mode accessibility
This commit is contained in:
parent
a2160ebe79
commit
87b38d2224
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ button:hover,
|
||||||
.button.button-bluesky-alt {
|
.button.button-bluesky-alt {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
|
border: 1px solid #000000;
|
||||||
}
|
}
|
||||||
.button.button-bluesky-alt:hover,
|
.button.button-bluesky-alt:hover,
|
||||||
.button.button-bluesky-alt:focus {
|
.button.button-bluesky-alt:focus {
|
||||||
|
|
Loading…
Reference in a new issue