diff options
| author | rubenwardy <rw@rubenwardy.com> | 2020-01-20 20:56:56 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2020-01-20 20:56:56 +0000 |
| commit | 980023a80c9055f0102c2308cd1d1d7238deb69e (patch) | |
| tree | 49bc2350b5a8f0944eff04d707865d8f10f3cf6a /app/templates/base.html | |
| parent | b68a1d7ab9da9e2a096d6c6c4bf9363d680db9e6 (diff) | |
| download | cheatdb-980023a80c9055f0102c2308cd1d1d7238deb69e.tar.xz | |
Improve package buttons contrast
Diffstat (limited to 'app/templates/base.html')
| -rw-r--r-- | app/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index f52006c..e0cdf03 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -7,7 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{% block title %}title{% endblock %} - {{ config.USER_APP_NAME }}</title> <link rel="stylesheet" type="text/css" href="/static/bootstrap.css"> - <link rel="stylesheet" type="text/css" href="/static/custom.css?v=8"> + <link rel="stylesheet" type="text/css" href="/static/custom.css?v=9"> <link rel="search" type="application/opensearchdescription+xml" href="/static/opensearch.xml" title="ContentDB" /> <link rel="shortcut icon" href="/favicon-16.png" sizes="16x16"> <link rel="icon" href="/favicon-128.png" sizes="128x128"> |
