1
This commit is contained in:
2023-12-14 22:41:20 +02:00
parent ddcb33e20d
commit 762f04c7a8
4 changed files with 43 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
/************************/
/** Very Common Things **/
/************************/
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
font-family: "-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji";
line-height: 1.5;
}