File size: 238 Bytes
7362053
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
body {
    font-family: Arial, sans-serif;
}

.transaction-log {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 20px;
    white-space: pre-wrap;
    font-family: monospace;
    color: #333;
}