Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Add terminal emulator CSS style

AuthorDaveJarvis <email>
Date2023-01-25 23:43:55 GMT-0800
Commit90f1c30dbb8483e39f2faee959caf287d9b03168
Parent0e68978
Delta12 lines added, 2 lines removed, 10-line increase
src/main/resources/com/keenwrite/preview/webview.css
div.todo {
+ border-color: #c00;
+ background-color: #f8f8f8;
+}
+
+div.todo, div.terminal {
padding: .5em;
padding-top: .25em;
padding-bottom: .25em;
border-style: solid;
border-width: 0.05em;
border-radius: .25em;
- border-color: #c00;
- background-color: #f8f8f8;
+}
+
+/* TERMINAL ***/
+div.terminal {
+ font-family: 'Source Code Pro';
+ font-size: 90%;
+ border-color: #222;
}