We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c5258 commit 6529f1cCopy full SHA for 6529f1c
content/_assets/styles/custom.css
@@ -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
22
- content: "PREVIEW";
23
- bottom: -130px;
24
- right: -130px;
25
26
-}
27
:root {
28
--accent-color: #e0582a; /* Matches $accent-color in variables.scss */
29
--beige: #f7f1e3;
0 commit comments