mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 10:59:57 +00:00
19 lines
370 B
Plaintext
19 lines
370 B
Plaintext
|
title: $:/plugins/tiddlywiki/sqlite3store/sql-console/styles
|
||
|
code-body: yes
|
||
|
|
||
|
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock
|
||
|
|
||
|
.sql-console * {
|
||
|
}
|
||
|
|
||
|
.sql-console-input,
|
||
|
.sql-console-output-input {
|
||
|
box-sizing: border-box;
|
||
|
width: 100%;
|
||
|
background: #222222;
|
||
|
color: #00ff00;
|
||
|
border-radius: 4px;
|
||
|
padding: 4px;
|
||
|
margin: 4px;
|
||
|
}
|