From 179bc2a12368f095059f16ad0682cee758e0f35d Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Mon, 11 Feb 2019 12:43:58 +0100 Subject: [PATCH] updated style, no more white background --- index.html | 2 +- style/main.css | 25 +++++++++---------------- 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index 3d41522..52414fc 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@
- phundrak@phundrak.fr +

phundrak@phundrak.fr

+33.(0)6.83.90.56.89

diff --git a/style/main.css b/style/main.css index 79d96a0..c5f01b0 100644 --- a/style/main.css +++ b/style/main.css @@ -15,27 +15,21 @@ body { margin: 0; padding: 0; font-family: 'Fira Sans', serif; + color: #ecf0f1; } a { text-decoration: none; - color: #2c3e50; + color: #ecf0f1; text-decoration: none; font-style: italic; - border-bottom: 5px solid #2c3e50; - transition: color 0.2s, border-bottom-color 0.2s; + border-bottom: 5px solid #9b59b6; + transition: color 0.2s; } -.card a { - color: #8e44ad; - border-bottom: 5px solid #8e44ad; -} - - a:hover { color: #9b59b6; - border-bottom-color: #9b59b6; - transition: color 0.4s, border-bottom-color 0.4s; + transition: color 0.4s; } h1, @@ -48,7 +42,6 @@ h2 { .content { padding: 10px; background-color: #bdc3c7; - color: black; } .center { @@ -135,7 +128,7 @@ h2 { .side-card { margin: 10px; - background-color: #ecf0f1; + background-color: #2c3e50; } .side-card h4, @@ -149,7 +142,7 @@ p.side-content { } .side-links { - line-height: 1.5em; + line-height: 1.75em; } /* content *******************************************************************/ @@ -160,7 +153,7 @@ p.side-content { } .card { - background-color: #ecf0f1; + background-color: #34495e; padding: 10px; margin: 40px 10px; box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); @@ -255,7 +248,7 @@ h5 { } .highlight-h3 { - background-color: #2ecc71 !important; + background-color: #27ae60 !important; height: 24px; top: -24px; }