add example for people without rosz ready

This commit is contained in:
NilsUeter
2023-04-15 22:36:01 +02:00
parent 984c2b068f
commit 24250fb485
6 changed files with 30 additions and 22 deletions
+2 -11
View File
@@ -16,14 +16,6 @@
-webkit-text-size-adjust: 100%;
}
@media (prefers-color-scheme: light) {
:root {
}
a:hover {
color: #747bff;
}
}
* {
box-sizing: border-box;
print-color-adjust: exact;
@@ -52,17 +44,16 @@ h1 {
button {
border-radius: 8px;
border: 1px solid transparent;
border: 2px solid #999;
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;
border-color: #536766;
}
button:focus,
button:focus-visible {