feat: add minimal frontend (accounts, trial balance)
This commit is contained in:
14
frontend/css/style.css
Normal file
14
frontend/css/style.css
Normal file
@@ -0,0 +1,14 @@
|
||||
body {
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
table {
|
||||
margin-top: 10px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
padding: 6px 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user