Skip to content

Commit

Permalink
feat(ArticleList): 相关文章暗色主题适配
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhankui committed Jan 31, 2023
1 parent 63e5867 commit 7336625
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/components/Aside/ArticleList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const { data: ArticleList } = await useFetch(`/api/articles/tags?tags=${JSON.str

<template>
<div>
<div class="sidebar-block related-entry-sidebar-block shadow" st:block="relatedEntrySidebarBlock">
<div class="sidebar-block related-entry-sidebar-block shadow dark:bg-jj_bg_gray" st:block="relatedEntrySidebarBlock">
<div class="block-title">
相关文章
</div>
Expand Down Expand Up @@ -52,6 +52,7 @@ const { data: ArticleList } = await useFetch(`/api/articles/tags?tags=${JSON.str
color: #1d2129;
font-weight: 500;
border-bottom: 1px solid #e4e6eb;
@apply dark:text-jj_font_white dark:border-b-nav_icon_color
}
.entry-list {
Expand Down Expand Up @@ -94,6 +95,7 @@ nuxt-link:link {
font-size: 1.167rem;
font-weight: 400;
color: #252933;
@apply dark:text-jj_font_white
}
.entry-meta-box {
Expand Down

0 comments on commit 7336625

Please sign in to comment.