From d04d732a084f07ca88fdfa82653bdfd2d6798374 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sat, 24 Jan 2015 20:27:08 +0100 Subject: First website mockup --- public/stylesheets/pepal.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 public/stylesheets/pepal.css (limited to 'public/stylesheets/pepal.css') diff --git a/public/stylesheets/pepal.css b/public/stylesheets/pepal.css new file mode 100644 index 0000000..3ca71f3 --- /dev/null +++ b/public/stylesheets/pepal.css @@ -0,0 +1,22 @@ +/***** LOGO *****/ + +.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; +} -- cgit v1.2.3