add form style

This commit is contained in:
p2405951
2025-10-24 11:45:59 +02:00
parent 387b2c32cf
commit fef249acd3
8 changed files with 177 additions and 157 deletions
+7 -11
View File
@@ -1,3 +1,9 @@
* {
margin: 0;
padding: 0;
width:100%;
box-sizing: border-box;
}
:root {
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;
@@ -36,17 +42,7 @@ h1 {
line-height: 1.1;
}
button {
border-radius: 8px;
border: 1px solid transparent;
padding: 0.6em 1.2em;
font-size: 1em;
font-weight: 500;
font-family: inherit;
background-color: #1a1a1a;
cursor: pointer;
transition: border-color 0.25s;
}
button:hover {
border-color: #646cff;
}