Spaces:
Sleeping
Sleeping
Create static/style.css
Browse files- 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 |
+
}
|