From 57ff25198a82b3f6f413440e4005f0ade8dfb8d8 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 29 Jul 2021 18:04:48 +0200 Subject: app: render and serve proper web pages --- static/stylesheets/pepal.css | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 static/stylesheets/pepal.css (limited to 'static/stylesheets/pepal.css') diff --git a/static/stylesheets/pepal.css b/static/stylesheets/pepal.css new file mode 100644 index 0000000..d95fed0 --- /dev/null +++ b/static/stylesheets/pepal.css @@ -0,0 +1,40 @@ +/* UGE / L2 / Intro to relational databases / Python project prototype + * Author: Pacien TRAN-GIRARD + * Licence: EUPL-1.2 + */ + +/***** PEPAL LOGO COLOURING *****/ + +.pepal-logo { + font-style: italic; + font-weight: bold; +} + +.dark-blue { + color: #013088; +} + +.dark-blue-bg { + background-color: #013088; +} + +.light-blue { + color: #029de0; +} + +.light-blue-bg { + background-color: #029de0; +} + +.amount-positive { + color: darkgreen; +} + +.amount-negative { + color: darkred; +} + +.wallet-actions a { + width: 100%; + box-sizing: border-box; +} -- cgit v1.2.3