Preview with draft background added to all themes

This commit is contained in:
Dirk Alders 2024-10-12 12:47:13 +02:00
parent 7c34dde128
commit 83b0297d43
3 changed files with 33 additions and 0 deletions

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: #01D0DA;
}

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: #cafec7;
}

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: #ffe2e2;
}