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