first commit
This commit is contained in:
commit
8b790b7601
86 changed files with 6348 additions and 0 deletions
24
preview/type-mono-amounts.html
Normal file
24
preview/type-mono-amounts.html
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="../colors_and_type.css">
|
||||
<link rel="stylesheet" href="_card.css">
|
||||
<style>
|
||||
body { padding:28px; }
|
||||
.ledger { background:#EBEEF1; border:1px solid #D7DCE2; border-radius:2px; padding:14px 16px; font-family:"JetBrains Mono",monospace; font-size:13px; line-height:1.5; color:#2A2E33; font-variant-numeric:tabular-nums; }
|
||||
.ledger .pos { color:#2F7D55; }
|
||||
.ledger .neg { color:#1A1814; }
|
||||
.ledger .ccy { color:#6B7178; }
|
||||
.ledger .acc { color:#1A1814; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="ledger">
|
||||
<div>2026-03-02 Personal:Expenses:Food:Coffee <span class="neg">38,500</span> <span class="ccy">KRW</span></div>
|
||||
<div>2026-03-02 Personal:Assets:Bank:Toss <span class="pos">-38,500</span> <span class="ccy">KRW</span></div>
|
||||
<div>2026-03-03 9TFox:Income:Consulting <span class="pos">+2,400,000</span> <span class="ccy">KRW</span></div>
|
||||
<div>2026-03-03 9TFox:Assets:Bank:Kakao <span class="neg">-2,400,000</span> <span class="ccy">KRW</span></div>
|
||||
</div>
|
||||
<div class="legend" style="margin-top:12px">mono · tabular nums · right-aligned amounts · ccy code, never symbol</div>
|
||||
</body></html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue