Skip to content

Commit 6529f1c

Browse files
committed
remove press preview banner
1 parent 40c5258 commit 6529f1c

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

content/_assets/styles/custom.css

-26
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,3 @@
1-
/* TEMPORARY "Uncorrected Proof" Banner */
2-
@media screen {
3-
.quire::before,
4-
.quire::after {
5-
color: black;
6-
font-weight: 700;
7-
position: fixed;
8-
width: 230px;
9-
height: 230px;
10-
z-index: 4000;
11-
transform: rotate(-45deg);
12-
text-align: center;
13-
padding-top: 1rem;
14-
}
15-
.quire::before {
16-
content: "PRESS";
17-
background-color: yellow;
18-
bottom: -115px;
19-
right: -115px;
20-
}
21-
.quire::after {
22-
content: "PREVIEW";
23-
bottom: -130px;
24-
right: -130px;
25-
}
26-
}
271
:root {
282
--accent-color: #e0582a; /* Matches $accent-color in variables.scss */
293
--beige: #f7f1e3;

0 commit comments

Comments
 (0)