/* 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; }