Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit 394e82d

Browse files
committed
feat(pages): 💄 change color scheme
1 parent 384480b commit 394e82d

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

‎assets/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
body {
66
margin: 0;
7+
background: var(--stone-3);
78
}
89

910
.clickable {

‎components/page/plugins/InfoCard2.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,11 @@ defineEmits<{
147147
margin: 0.5rem 0;
148148
149149
cursor: pointer;
150+
box-shadow: unset;
150151
151152
:deep(.el-card__body) {
152153
padding: 0.5rem;
154+
background-color: white;
153155
154156
&:hover {
155157
background-color: var(--gray-1);

‎pages/plugins/[id].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function viewAsset(tagName: string, assetName: string) {
9393
border-radius: 1rem;
9494
box-shadow: $shadow-basic;
9595
96-
background: var(--gray-2);
96+
background: white;
9797
}
9898
9999
#plugin {

‎pages/plugins/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ function shouldShow(plugin: PluginDataBrief): boolean {
298298
border-radius: 1rem;
299299
box-shadow: $shadow-basic;
300300
301-
background: var(--gray-2);
301+
background: white;
302302
}
303303
304304
#plugins-search {

0 commit comments

Comments
 (0)