Merge branch 'issue2661' of github.com:sanic-org/sanic into issue2661

This commit is contained in:
Adam Hopkins 2023-01-31 10:04:46 +02:00
commit 713abe3cf2
No known key found for this signature in database
GPG Key ID: 9F85EE6C807303FB

View File

@ -30,6 +30,7 @@ class BasePage(ABC): # no cov
a:hover, a:focus { text-decoration: underline; outline: none; }
#logo { height: 2.75rem; padding: 0.25rem 0; }
span.icon { margin-right: 1rem; }
html { background: #eee; color: #000; }
@media (prefers-color-scheme: dark) {
html { background: #111; color: #ccc; }
}