Skip to content

Commit 33c3b42

Browse files
authored
Merge pull request #2 from wiobber/main
global.css: add "Proof:" label
2 parents 34d641d + 08f8057 commit 33c3b42

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

global.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,18 @@ e.g. use "P1", "Problem 1", "Prob 1", "Exciting Problem 1", etc.
216216
/*
217217
.outcomeHead:hover + .outcomeContent {
218218
display: block;
219-
} */
219+
} */
220+
221+
/* 202511:Add proof label/background color */
222+
.proof::before {
223+
content: "proof:";
224+
display: inline;
225+
text-transform: capitalize;
226+
font-weight: bold;
227+
padding-right: 0.5em;
228+
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
229+
}
230+
231+
.proof {
232+
background-color: whitesmoke;
233+
}

0 commit comments

Comments
 (0)