1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Replacing button font

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-04-05 13:03:04 +03:00
parent bb35a4d7dc
commit c380b20960

View File

@ -3,6 +3,8 @@
position: relative;
overflow: hidden; // required for transition effect on hover
color: white;
font-family: var(--font-main);
font-weight: var(--font-weight-bold);
text-align: center;
text-decoration: none;
cursor: pointer;