Skip to content

Commit ac37a44

Browse files
committed
fix 2023-8 img incl. filter
1 parent be88e14 commit ac37a44

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/2023/8.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ url: "https://apl.quest/2023/8"
77

88
# <span class=s>2023-</span>8: Critical Thinking
99
<!-- Write a function that takes a 3-element integer left argument representing a valid birthdate and 3-element integer right argument representing a valid date occurring on or after the left argument and returns a 3-element integer array representing the date of the next double or triple critical day occurring on or after the date represented by the right argument. -->
10-
<img style="max-width:45%;height:400px;float:right;filter: invert(.75)contrast(1.25)saturate(2);" src="../img/bio.png" />
10+
11+
<style>
12+
#bio{max-width:45%;height:400px;float:right}
13+
[data-md-color-scheme="slate"] #bio{filter:invert(.75)contrast(1.25)saturate(2)}
14+
</style>
15+
<img id="bio" src="../../img/bio.png" />
1116

1217
The biorhythm theory is a pseudo-scientific idea that one's life is affected by three rhythmic cycles beginning from one's date of birth. The cycles are:
1318

0 commit comments

Comments
 (0)