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