Replaced Moment with Carbon #84

Merged
Ghost merged 148 commits from develop into beta 2022-09-22 05:53:36 +02:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 8e9752d619 - Show all commits

View file

@ -3,7 +3,7 @@
--primary: #1d3040;
--secondary: #f3ebd2;
--primary-highlight: #f5ab35;
--secondary-highlight: #b54b6f;
--secondary-highlight: #cf436b;
--white: #efebe3;
--grey: #abb7b7;
--black: #32302f;

View file

@ -57,7 +57,7 @@
</a>
@else
<a href="/dashboard/page/edit/{{ $page['uuid'] }}" id="{{ $page['uuid'] }}" class="page-link">
<div class="page-bg" style="background: url({{ $file }}) no-repeat center center / cover #b54b6f">
<div class="page-bg" style="background: url({{ $file }}) no-repeat center center / cover #cf436b">
<div id="meta">
@include('includes.recent-meta')
</div>

View file

@ -27,7 +27,7 @@
</video>
</a>
@else
<a href="/dashboard/page/edit/{{ $page['uuid'] }}" id="{{ $page['uuid'] }}" class="post-link recent-link" style="background: url({{ $file }}) no-repeat center center / cover #b54b6f">
<a href="/dashboard/page/edit/{{ $page['uuid'] }}" id="{{ $page['uuid'] }}" class="post-link recent-link" style="background: url({{ $file }}) no-repeat center center / cover #cf436b">
@include('includes.recent-meta')
</a>
@endif