From 13bd360c410b83796fbfddd53296e6ac6c6e0d21 Mon Sep 17 00:00:00 2001 From: hippoz Date: Thu, 6 May 2021 00:07:30 +0300 Subject: [PATCH] make page content a card --- templates/custom/header.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index 196287a..a3b1e35 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -17,6 +17,7 @@ } body { + color: #d4d3d3; background: var(--body-bg-color); font-family: var(--fonts-regular); font-weight: var(--main-font-weight); @@ -34,7 +35,7 @@ background-repeat: no-repeat; } - .card .ui { + .page-content, .card { margin: 25px auto; padding: 20px; background: var(--accent-bg-color); @@ -43,7 +44,7 @@ box-shadow: 2px -2px 38px 1px rgba(0,0,0,0.59); } - .card.layout-card .container { + .page-content, .card.layout-card { width: var(--cards-length); }