puffy310 commited on
Commit
7362053
·
verified ·
1 Parent(s): 1eefd7a

Create static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +13 -0
static/style.css ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ font-family: Arial, sans-serif;
3
+ }
4
+
5
+ .transaction-log {
6
+ background-color: #f9f9f9;
7
+ border: 1px solid #ccc;
8
+ padding: 10px;
9
+ margin-top: 20px;
10
+ white-space: pre-wrap;
11
+ font-family: monospace;
12
+ color: #333;
13
+ }