can define multiple properties. can see detailed view of chosen property.

This commit is contained in:
Joeri Exelmans 2025-11-06 16:25:48 +01:00
parent 1660b06064
commit c7e661eb61
31 changed files with 502 additions and 307 deletions

View file

@ -2,6 +2,7 @@ html, body {
margin: 0;
height: 100%;
font-family: Roboto, sans-serif;
font-size: 10pt;
}
body {
@ -33,8 +34,6 @@ kbd:active { transform: translateY(1px); }
input {
/* border: solid blue 2px; */
accent-color: rgba(0,0,255,0.2);
/* accent-color: blue; */
}
::selection {
@ -44,3 +43,4 @@ input {
label {
user-select: none;
}