mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-21 05:37:36 +02:00
Made buttons more visible
Made buttons more visible on the light mode.
This commit is contained in:
parent
7cc6189385
commit
738d5a7c0d
19
littlelink/css/brands.css
vendored
19
littlelink/css/brands.css
vendored
@ -533,6 +533,9 @@ button:hover,
|
|||||||
.button.button-lemmy {
|
.button.button-lemmy {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #000000;
|
||||||
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
.button.button-lemmy:hover,
|
.button.button-lemmy:hover,
|
||||||
.button.button-lemmy:focus {
|
.button.button-lemmy:focus {
|
||||||
@ -573,6 +576,9 @@ button:hover,
|
|||||||
.button.button-matrix {
|
.button.button-matrix {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #000000;
|
||||||
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
.button.button-matrix:hover,
|
.button.button-matrix:hover,
|
||||||
.button.button-matrix:focus {
|
.button.button-matrix:focus {
|
||||||
@ -615,7 +621,10 @@ button:hover,
|
|||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #000000;
|
border-color: #000000;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
background-color: #ffffff;
|
background-color: #FFFFFF;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #000000;
|
||||||
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
.button.button-notion:hover,
|
.button.button-notion:hover,
|
||||||
.button.button-notion:focus {
|
.button.button-notion:focus {
|
||||||
@ -655,6 +664,9 @@ button:hover,
|
|||||||
.button.button-owncast {
|
.button.button-owncast {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #000000;
|
||||||
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
.button.button-owncast:hover,
|
.button.button-owncast:hover,
|
||||||
.button.button-owncast:focus {
|
.button.button-owncast:focus {
|
||||||
@ -915,6 +927,9 @@ button:hover,
|
|||||||
.button.button-unity {
|
.button.button-unity {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #000000;
|
||||||
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
.button.button-unity:hover,
|
.button.button-unity:hover,
|
||||||
.button.button-unity:focus {
|
.button.button-unity:focus {
|
||||||
@ -978,7 +993,7 @@ button:hover,
|
|||||||
/* VRChat */
|
/* VRChat */
|
||||||
.button.button-vrchat {
|
.button.button-vrchat {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #ffffff;
|
background-color: #FFFFFF;
|
||||||
border: 2px solid black;
|
border: 2px solid black;
|
||||||
}
|
}
|
||||||
.button.button-vrchat:hover,
|
.button.button-vrchat:hover,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user