From 6fa712af1b6d563c3c02a7a19baded01b92cb6ad Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Thu, 9 Apr 2020 01:27:36 +0300 Subject: [PATCH] add css ver 4 --- app/modules/anpdf/anpdf2.phtml | 2 +- app/pub/css/an.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/modules/anpdf/anpdf2.phtml b/app/modules/anpdf/anpdf2.phtml index fb33262..34459de 100644 --- a/app/modules/anpdf/anpdf2.phtml +++ b/app/modules/anpdf/anpdf2.phtml @@ -3,7 +3,7 @@ Еженедельник Аргументы Недели - <?=$title?> - + diff --git a/app/pub/css/an.css b/app/pub/css/an.css index 1724049..22cde5b 100644 --- a/app/pub/css/an.css +++ b/app/pub/css/an.css @@ -52,8 +52,8 @@ h1 { } #downlink{ - background: white; - color: black; + background: black; + color: white; padding: 8px; }