Skip to content

Commit cf1137c

Browse files
committed
theme tweaks
1 parent 8cb6a94 commit cf1137c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/themes/reorx/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function date(item, level) {
123123
</div>
124124
<div class="row space-between">
125125
<div class="study subtitle">
126-
<%= item.studyType %>, <%= item.area %>
126+
<%= item.studyType %> <%= item.area %>
127127
</div>
128128
<%- dateRange(item, 2) %>
129129
</div>

src/themes/reorx/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ $lh-p: 1.4;
3434
}
3535
}
3636

37+
.date-range {
38+
font-style: italic;
39+
}
40+
3741
a {
3842
color: $color-text-dim;
3943
text-decoration: none;

0 commit comments

Comments
 (0)