forked from AkkomaGang/akkoma-fe
Fix consistency in font families between chromium and ff
This commit is contained in:
parent
bf84a87821
commit
97bb03a00c
2 changed files with 3 additions and 2 deletions
|
@ -37,6 +37,7 @@ button{
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
||||||
box-shadow: 0px 0px 2px black;
|
box-shadow: 0px 0px 2px black;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
font-family: sans;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
|
box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
min-width: 6em;
|
min-width: 6em;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-family: arial;
|
font-family: sans;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0 0.5em 0 0.5em;
|
padding: 0 0.5em 0 0.5em;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
|
Loading…
Reference in a new issue