Skip to content

Commit 738d5a7

Browse files
committed
Made buttons more visible
Made buttons more visible on the light mode.
1 parent 7cc6189 commit 738d5a7

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

littlelink/css/brands.css

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,9 @@ button:hover,
533533
.button.button-lemmy {
534534
color: #000000;
535535
background-color: #FFFFFF;
536+
border-style: solid;
537+
border-color: #000000;
538+
border-width: 1px;
536539
}
537540
.button.button-lemmy:hover,
538541
.button.button-lemmy:focus {
@@ -573,6 +576,9 @@ button:hover,
573576
.button.button-matrix {
574577
color: #000000;
575578
background-color: #FFFFFF;
579+
border-style: solid;
580+
border-color: #000000;
581+
border-width: 1px;
576582
}
577583
.button.button-matrix:hover,
578584
.button.button-matrix:focus {
@@ -615,7 +621,10 @@ button:hover,
615621
border-style: solid;
616622
border-color: #000000;
617623
border-width: 2px;
618-
background-color: #ffffff;
624+
background-color: #FFFFFF;
625+
border-style: solid;
626+
border-color: #000000;
627+
border-width: 1px;
619628
}
620629
.button.button-notion:hover,
621630
.button.button-notion:focus {
@@ -655,6 +664,9 @@ button:hover,
655664
.button.button-owncast {
656665
color: #000000;
657666
background-color: #FFFFFF;
667+
border-style: solid;
668+
border-color: #000000;
669+
border-width: 1px;
658670
}
659671
.button.button-owncast:hover,
660672
.button.button-owncast:focus {
@@ -915,6 +927,9 @@ button:hover,
915927
.button.button-unity {
916928
color: #000000;
917929
background-color: #FFFFFF;
930+
border-style: solid;
931+
border-color: #000000;
932+
border-width: 1px;
918933
}
919934
.button.button-unity:hover,
920935
.button.button-unity:focus {
@@ -978,7 +993,7 @@ button:hover,
978993
/* VRChat */
979994
.button.button-vrchat {
980995
color: #000000;
981-
background-color: #ffffff;
996+
background-color: #FFFFFF;
982997
border: 2px solid black;
983998
}
984999
.button.button-vrchat:hover,

0 commit comments

Comments
 (0)