aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets/pepal.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets/pepal.css')
-rw-r--r--public/stylesheets/pepal.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/public/stylesheets/pepal.css b/public/stylesheets/pepal.css
index 3ca71f3..bad5a08 100644
--- a/public/stylesheets/pepal.css
+++ b/public/stylesheets/pepal.css
@@ -20,3 +20,16 @@
20.light-blue-bg { 20.light-blue-bg {
21 background-color: #029de0; 21 background-color: #029de0;
22} 22}
23
24.income {
25 color: darkgreen;
26}
27
28.outcome {
29 color: darkred;
30}
31
32.wallet-actions a {
33 width: 100%;
34 box-sizing: border-box;
35}