mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-09 05:24:12 +01:00
13 lines
261 B
CSS
13 lines
261 B
CSS
/* app css stylesheet */
|
|
|
|
h3 { text-align: center; }
|
|
|
|
.date,
|
|
.panel-heading { text-align: center }
|
|
|
|
.balance{color:#fff}
|
|
.balance.positive{background-color:#0a0}
|
|
.balance.negative{background-color:#a00}
|
|
|
|
.even{background-color:#ddd}
|
|
.odd{background-color:#eee}
|