mirror of https://github.com/vector-im/riot-web
fix kbd background colour
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
cad28c81c0
commit
9cda84c675
|
@ -44,7 +44,7 @@ limitations under the License.
|
||||||
kbd {
|
kbd {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: $roomheader-addroom-bg-color;
|
background: $other-user-pill-bg-color;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue