UX: Fix draft in nightmode (#2382)
This commit is contained in:
parent
25cafaae8c
commit
6daec136bf
2 changed files with 6 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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| %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue