mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-21 23:12:19 +02:00
style: increase overall font-weight
This commit is contained in:
@ -27,6 +27,7 @@ body {
|
||||
min-height: 100vh;
|
||||
/* speocifically for mobile when keyboard is open */
|
||||
position: relative;
|
||||
font-weight: 500;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial,
|
||||
sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@ -50,6 +51,10 @@ textarea {
|
||||
box-sizing: border-box;
|
||||
max-width: 100%;
|
||||
}
|
||||
input,
|
||||
textarea {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
[role='button'] {
|
||||
cursor: pointer;
|
||||
|
Reference in New Issue
Block a user