@import url("../theme/colors.css"); /* gtklock style - Tomorrow Night theme */ window { background-color: @tn-bg; } #body { background-color: transparent; } #clock-label { color: @tn-fg; font-family: "JetBrainsMono Nerd Font"; font-size: 48px; font-weight: bold; margin-bottom: 8px; } #date-label { color: @tn-fg-dim; font-family: "JetBrainsMono Nerd Font"; font-size: 16px; margin-bottom: 24px; } #username-label { color: @tn-fg; font-family: "JetBrainsMono Nerd Font"; font-size: 18px; font-weight: bold; margin-bottom: 12px; } #input-box { background-color: @tn-bg-alt; border: 2px solid @tn-bg-high; border-radius: 6px; color: @tn-fg; font-family: "JetBrainsMono Nerd Font"; font-size: 14px; padding: 8px 12px; min-width: 280px; } #input-box:focus { border-color: @tn-blue; } #error-label { color: @tn-red; font-family: "JetBrainsMono Nerd Font"; font-size: 13px; margin-top: 8px; } #unlock-button { background-color: @tn-bg-high; border: none; border-radius: 6px; color: @tn-fg; font-family: "JetBrainsMono Nerd Font"; font-size: 14px; padding: 8px 20px; margin-top: 12px; } #unlock-button:hover { background-color: @tn-blue; color: @tn-bg; }