diff --git a/samples/hp48/index.html b/samples/hp48/index.html index a7dec97..2c0f60d 100644 --- a/samples/hp48/index.html +++ b/samples/hp48/index.html @@ -41,24 +41,6 @@ box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25); } - .brand { - color: #fafafa; - display: flex; - justify-content: space-between; - align-items: baseline; - margin-bottom: 12px; - gap: 12px; - } - - .brand h1 { - margin: 0; - font-size: 18px; - letter-spacing: 0.06em; - } - - .brand small { - color: #c9c9c9; - } .screen { background: linear-gradient(180deg, #dbe8b8, var(--screen)); @@ -236,21 +218,6 @@ button:hover { filter: brightness(1.08); } button:active { transform: translateY(1px); } - .status { - margin-top: 12px; - display: flex; - flex-wrap: wrap; - gap: 10px; - color: #ececec; - font-size: 13px; - } - - .pill { - border: 1px solid rgba(255, 255, 255, 0.15); - border-radius: 999px; - padding: 5px 10px; - background: rgba(255, 255, 255, 0.05); - } .constants-menu { position: absolute; @@ -284,12 +251,6 @@ font-size: 13px; } - .hint { - color: #ddd; - margin-top: 10px; - font-size: 13px; - line-height: 1.5; - } @media (max-width: 820px) { .wrap { @@ -321,11 +282,6 @@ border-radius: 16px; } - .brand { - flex-direction: column; - align-items: flex-start; - } - .keypad-labels, .keypad-wrap { grid-template-columns: 1fr; @@ -346,11 +302,6 @@
command(...) directly, like a real RPN demo.