Adjust #notes-search styles in index.html: change width to 95%, increase font size to 20px, and set font-family to 'VT323' for improved readability and aesthetics.

This commit is contained in:
Z. Cliffe Schreuders
2025-04-24 00:38:40 +01:00
parent 58bb0be6b0
commit 534fc54d92

View File

@@ -181,12 +181,13 @@
}
#notes-search {
width: 100%;
width: 95%;
padding: 8px 10px;
border: none;
background-color: #222;
color: white;
font-size: 14px;
font-size: 20px;
font-family: 'VT323', monospace;
}
#notes-search:focus {