Preview with draft background added to themes

This commit is contained in:
Dirk Alders 2024-10-12 12:37:16 +02:00
parent 21e6f721cc
commit 7c34dde128
2 changed files with 11 additions and 0 deletions

BIN
static/themes/draft.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -79,6 +79,17 @@ a {
font-weight: bold;
}
.preview {
background-image: url("{% static 'themes/draft.png' %}");
padding: 40px;
padding-top: 75px;
min-height: 300px;
}
.preview-spacer {
min-height: 35px;
}
a:hover {
background: #80baf1;
}