From 4132d7280d054436df41373812ed2fb52651de33 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 4 Aug 2024 18:15:49 -0400 Subject: CSS consolidation. --- notekins/nksext.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'notekins/nksext.css') diff --git a/notekins/nksext.css b/notekins/nksext.css index 6aacdb9..ccfd8ac 100644 --- a/notekins/nksext.css +++ b/notekins/nksext.css @@ -58,3 +58,13 @@ span.date span.datetz { span.date:hover span.datetz { opacity: initial; } +input[type="text"]{ + border: none; + border-bottom: 2px solid; + outline: none !important; + background-color: rgba(0,0,0,0) !important; + font-family: 'CMU Typewriter Text w', 'CMU Typewriter Text', 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace; + font-variant-ligatures: none; + color: var(--principal-fg); + border-bottom-color: var(--interactive-bg); +} -- cgit v1.2.3