From b54df49eae00eb405c06be8e47a0cc133db04152 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Fri, 27 May 2022 23:42:25 +0300 Subject: [PATCH] web: add border to footer --- web/static/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/static/styles.css b/web/static/styles.css index 1c84641..f82dbeb 100644 --- a/web/static/styles.css +++ b/web/static/styles.css @@ -4,6 +4,7 @@ --default-color-white: #ffffff; --color-blue: #1966df; + --color-gray: #ccc; --default-font-size: 16px; --font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto,Oxygen-Sans, Ubuntu, Cantarell, "Segoe UI", Verdana, sans-serif; @@ -64,6 +65,7 @@ ul, ol { .footer { padding-top: 1.5rem; padding-bottom: 1.5rem; + border-top: solid 1px var(--color-gray); } .main-menu {