We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb6a94 commit cf1137cCopy full SHA for cf1137c
src/themes/reorx/index.ejs
@@ -123,7 +123,7 @@ function date(item, level) {
123
</div>
124
<div class="row space-between">
125
<div class="study subtitle">
126
- <%= item.studyType %>, <%= item.area %>
+ <%= item.studyType %> <%= item.area %>
127
128
<%- dateRange(item, 2) %>
129
src/themes/reorx/index.scss
@@ -34,6 +34,10 @@ $lh-p: 1.4;
34
}
35
36
37
+.date-range {
38
+ font-style: italic;
39
+}
40
+
41
a {
42
color: $color-text-dim;
43
text-decoration: none;
0 commit comments