From edc99c3481755360f9040bb8497077b346b2573b Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 4 Apr 2023 17:50:35 +0200 Subject: [PATCH] changed colors --- static/css/files.css | 10 +++++----- static/css/style.css | 9 ++++----- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/static/css/files.css b/static/css/files.css index e7894b4..118035b 100644 --- a/static/css/files.css +++ b/static/css/files.css @@ -5,8 +5,7 @@ html { body { max-width: 900px; margin: auto; - background: #303446; - color: #c6d0f5; + background: #81a1c1; } h1 { @@ -16,7 +15,7 @@ h1 { hr { margin: 40px; - color: #626880; + color: #2e3440; } img { @@ -34,7 +33,7 @@ video { } a { - color: #f2d5cf; + color: #ebcb8b; text-decoration: none; font-weight: bold; padding: 5px; @@ -45,7 +44,7 @@ a:hover { } pre { - background: #292c3c; + background: #2e3440; font-size: 1am; padding: 10px; max-width: 800; @@ -54,6 +53,7 @@ pre { overflow-x: scroll; border: none; border-radius: 1rem; + color: #88c0d0; } .file { diff --git a/static/css/style.css b/static/css/style.css index 5b11fc3..2b9e9c5 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,8 +1,7 @@ body { max-width: 900px; margin: auto; - background: #303446; - color: #c6d0f5; + background: #81a1c1; } @@ -12,8 +11,8 @@ h1 { } a { - color: #f2d5cf; - text-decoration: none; + color: #ebcb8b; + text-decoration: none; font-weight: bold; padding: 5px; } @@ -23,7 +22,7 @@ a:hover { } code { - background: #414559; + background: #88c0d0; border-radius: 10px; font-size: 105%; padding: 2px;