diff --git a/bun.lockb b/bun.lockb index 23a36c5..74a5a27 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/index.html b/index.html index 8996609..88d22a1 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,22 @@ + + + + + + + + + + -
Questo sito è un progetto per il{' '} corso di Ricerca Operativa{' '} dell'Università di Pisa per visualizzare automaticamente tutti i passaggi dell' - - algoritmo del simplesso primale e duale - - . + algoritmo del simplesso primale.
I dati del problema vanno inseriti nel seguente campo di testo nel formato:
diff --git a/src/style.css b/src/style.css index 6d2d043..62c8338 100644 --- a/src/style.css +++ b/src/style.css @@ -30,9 +30,9 @@ h2, h3, h4 { - font-weight: 600; + font-weight: 300; margin: 0; - color: #444; + color: #222; line-height: 1.25; } @@ -50,7 +50,7 @@ font-size: 16px; background: #fff; - border: 1px solid #888; + border: 1px solid #ccc; min-height: 1.75rem; padding: 0 0.25rem; border-radius: 0.25rem; @@ -63,21 +63,24 @@ padding: 0.5rem; - font-family: 'JetBrains Mono', monospace; + font-family: 'JetBrains Mono Variable', monospace; font-weight: 400; color: #333; } button, select { - font-family: 'Open Sans', sans-serif; - font-size: 16px; - font-weight: 400; - color: #333; + font-family: 'Open Sans Variable', sans-serif; + font-size: 14px; + font-weight: 600; + color: #444; + + display: grid; + place-content: center; box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1); background: #f0f0f0; - border: 1px solid #888; + border: 1px solid #bbb; padding: 0 0.5rem; border-radius: 0.25rem; min-height: 1.75rem; @@ -89,20 +92,24 @@ } } + button { + padding: 0 1rem; + } + p { line-height: 1.75; } pre, code { - font-family: 'JetBrains Mono', monospace; + font-family: 'JetBrains Mono Variable', monospace; font-weight: 400; color: #333; } strong { - font-weight: 700; - color: #444; + font-weight: 600; + color: #000; } small { @@ -113,7 +120,7 @@ @layer components { body { - font-family: 'Open Sans', sans-serif; + font-family: 'Open Sans Variable', sans-serif; font-size: 16px; line-height: 1.75;