lib/gollum/templates/latest_changes.mustache in gollum-5.3.3 vs lib/gollum/templates/latest_changes.mustache in gollum-6.0.0
- old
+ new
@@ -13,10 +13,10 @@
<ul class="Box flex-auto">
{{#versions}}
<li class="Box-row Box-row--hover-gray border-top d-flex flex-items-center">
<span class="float-left col-2" id="user-icons">{{>author_template}}</span>
- <time class="flex-auto col-1 text-gray-light" datetime="{{datetime}}" data-format="{{date_format}}">{{date}}</time>
+ <time class="flex-auto col-1 color-fg-subtle" datetime="{{datetime}}" data-format="{{date_format}}">{{date}}</time>
<span class="flex-auto col-5">{{message}}<br/>
{{#files}}
<span class="flex-auto col-2">{{#renamed}}{{renamed}} -> {{/renamed}}<a href="{{link}}">{{file}}</a></span><br/>
{{/files}}
</span>