Skip to content

Commit b5b9a97

Browse files
yawaraminpanglesd
authored andcommitted
Add clock emoji before 'since' tag
1 parent 3ed9049 commit b5b9a97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/html_support_files/odoc.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,12 @@ td.def-doc *:first-child {
728728
content: '⚠️ ';
729729
}
730730

731+
/* Since emoji */
732+
733+
.since::before {
734+
content: '🕚 ';
735+
}
736+
731737
/* Lists of modules */
732738

733739
.modules { list-style-type: none; margin-left: -3ex; }

0 commit comments

Comments
 (0)