Skip to content

Commit

Permalink
feat: 修改部分样式
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneJiang committed Feb 3, 2023
1 parent 5e7da4d commit 83562de
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"x-generation-date": "2023-02-02T14:40:09.643Z"
"x-generation-date": "2023-02-03T11:55:26.798Z"
},
"x-strapi-config": {
"path": "/documentation",
Expand Down
2 changes: 1 addition & 1 deletion frontend/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ body,
height: 100vh;
margin: 0;
padding: 0;
background-color: var(--jjext-color-main-bg);
@apply bg-jj-main;
}
</style>
4 changes: 2 additions & 2 deletions frontend/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ html.light{
--juejin-font-priv-hint: #916be1;
--juejin-background-jscore-radar: #232323;
--juejin-background-article: #ffffff;
--juejin-background-main: #fff;
--juejin-background-main: #f4f5f5;
--juejin-h1-font-color: #252933;
--juejin-span-font-color: #515767;
--juejin-p-font-color: #000000;
Expand Down Expand Up @@ -275,7 +275,7 @@ html.dark{
--juejin-font-priv-hint: #916be1;
--juejin-background-jscore-radar: #232323;
--juejin-background-article: #27272a;
--juejin-background-main: #181818;
--juejin-background-main: #18181c;
--juejin-h1-font-color: #ffffff;
--juejin-span-font-color: #f7f8fa;
--juejin-p-font-color: #f4f4f5;
Expand Down
1 change: 0 additions & 1 deletion frontend/components/ArticlesList/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ onUnmounted(() => {
:created-at="item.createdAt"
:name="item.authorId.name"
:tags="item.tagIds.data"
:artlist-item="artlistData"
/>
</ul>
</div>
Expand Down
3 changes: 1 addition & 2 deletions frontend/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

<style scoped>
.root_class {
@apply bg-[#f4f5f5]
@apply dark:bg-dark_bg
@apply bg-jj-main;
}
</style>

0 comments on commit 83562de

Please sign in to comment.