mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-21 11:18:08 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user