1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 15:23:15 +00:00

Sql console styling

This commit is contained in:
Jeremy Ruston 2023-07-19 19:52:44 +01:00
parent 2cd2a057f8
commit 2d3027faab

View File

@ -9,6 +9,7 @@ code-body: yes
.sql-console-input,
.sql-console-output-input {
font-family: monospace;
white-space: pre;
box-sizing: border-box;
width: 100%;
background: #222222;