css and adding cancel button to editor

This commit is contained in:
Anika Raemer 2025-09-07 09:43:55 +02:00
parent f1711831f7
commit 0eec7cf58e
5 changed files with 102 additions and 71 deletions

View file

@ -16,6 +16,14 @@
-moz-osx-font-smoothing: grayscale;
}
body {
margin: 0;
display: flex;
place-items: center;
min-width: 320px;
min-height: 100vh;
}
/*a {
font-weight: 500;
color: #646cff;
@ -23,14 +31,6 @@
}
a:hover {
color : #8e8f9c;
}*/
body {
margin: 0;
display: flex;
place-items: center;
min-width: 320px;
min-height: 100vh;
}
h1 {
@ -69,3 +69,4 @@ button:focus-visible {
background-color: #f9f9f9;
}
}
*/