summaryrefslogtreecommitdiff
path: root/notekins/nksext.css
diff options
context:
space:
mode:
Diffstat (limited to 'notekins/nksext.css')
-rw-r--r--notekins/nksext.css10
1 files changed, 10 insertions, 0 deletions
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);
+}