add css ver 4

This commit is contained in:
Andrey Kuvshinov
2020-04-09 01:27:36 +03:00
parent 2a53845ebe
commit 6fa712af1b
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
<title>Еженедельник Аргументы Недели - <?=$title?></title>
<script src="/pub/scripts/pdf.min.js"></script>
<script src="/pub/scripts/anviewer.js?ver=5"></script>
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=3">
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=4">
<link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico">
</head>
<body>

View File

@@ -52,8 +52,8 @@ h1 {
}
#downlink{
background: white;
color: black;
background: black;
color: white;
padding: 8px;
}