aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-06-02 16:37:54 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-06-02 16:37:54 +0200
commit5935f2e267077b95f47824216a24d5162acb5a85 (patch)
treeafb0d4c41650e487b202c8df2def888227960951
parent0808e351ae70c6bb3eb17b00ad8865cb0bba4ddb (diff)
downloadsite-5935f2e267077b95f47824216a24d5162acb5a85.tar.gz
site-5935f2e267077b95f47824216a24d5162acb5a85.zip
Fix BG 3
-rw-r--r--src/css/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/css/main.css b/src/css/main.css
index 354ee47..1987071 100644
--- a/src/css/main.css
+++ b/src/css/main.css
@@ -46,8 +46,8 @@ body {
/* Header + Menu */
body > aside > header {
color: white;
- background: rgb(125,205,141);
- background: linear-gradient(0deg, rgba(34,90,45,1) 0%, rgba(81,156,96,1) 50%, rgba(12,144,110,1) 100%);
+ background: rgb(12,144,110);
+ background: linear-gradient(0deg, rgb(21, 65, 73) 0%, rgb(55, 141, 100) 50%, rgb(12, 144, 110) 100%);
padding: 1.5rem;
margin: 0.8rem;
border-radius: 0.5rem;