Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
004064c15c
|
|||
305cbdc3d8
|
@@ -104,8 +104,7 @@ tr :nth-child(7) {
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark),
|
||||
(prefers-color-scheme: no-preference) {
|
||||
@media not all and (prefers-color-scheme: light) {
|
||||
html body {
|
||||
background: #1a1a1a;
|
||||
color: #d9d9d9;
|
||||
|
@@ -123,7 +123,7 @@
|
||||
<th>Description:</th>
|
||||
<td class="wrap" itemprop="description">{{ pkg.pkgdesc|default:"" }}</td>
|
||||
</tr><tr>
|
||||
<th>Upstream URL:</th>
|
||||
<th>Homepage:</th>
|
||||
<td>{% if pkg.url %}<a itemprop="url" href="{{ pkg.url }}"
|
||||
title="Visit the website for {{ pkg.pkgname }}">{{ pkg.url|url_unquote }}</a>{% endif %}</td>
|
||||
</tr><tr>
|
||||
|
Reference in New Issue
Block a user