UX: Fix draft in nightmode (#2382)

This commit is contained in:
Tim Lange 2019-04-12 16:30:42 +02:00 committed by Mac Siri
parent 25cafaae8c
commit 6daec136bf
2 changed files with 6 additions and 1 deletions

View file

@ -150,6 +150,10 @@
.video-upload-cta {
display: inline-block;
margin: 10px 0px 20px;
background: #0045ff;
padding: 5px 12px;
border-radius: 3px;
color: white;
}
.single-article {
@ -165,6 +169,7 @@
background: var(--theme-container-background, white);
&.single-article-unpublished {
background: lighten($yellow, 20%);
background: var(--theme-container-accent-background, lighten($yellow, 20%));
}
.dashboard-collection-org-details {
.dashboard-top-pill {

View file

@ -23,7 +23,7 @@
<%= render "analytics" %>
<% if current_user.created_at < 2.weeks.ago %>
<a class="video-upload-cta" href="/videos/new" data-no-instant>
Upload a Video 🎥
Upload a Video 📹
</a>
<% end %>
<% @articles.each do |article| %>