Skip to content

Commit

Permalink
fix: modify
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachery-Liu committed Jul 24, 2023
1 parent 604792d commit 0778221
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 89 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file modified public/icons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/default-cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/models/ThemeConfig.class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,15 +213,15 @@ export class Theme implements ObTheme {
profile_shape = 'diamond'
feature = true
gradient = {
color_1: '#24c6dc',
color_2: '#5433ff',
color_3: '#ff0099'
color_1: '#18545A',
color_2: '#8FDACA',
color_3: '#F1F2B5'
}
header_gradient_css =
'linear-gradient(130deg, #24c6dc, #5433ff 41.07%, #ff0099 76.05%)'
'linear-gradient(130deg, #18545A, #8FDACA 41.07%, #F1F2B5 76.05%)'
background_gradient_style = {
background:
'linear-gradient(130deg, #24c6dc, #5433ff 41.07%, #ff0099 76.05%)',
'linear-gradient(130deg, #18545A, #8FDACA 41.07%, #F1F2B5 76.05%)',
'-webkit-background-clip': 'text',
'-webkit-text-fill-color': 'transparent',
'-webkit-box-decoration-break': 'clone',
Expand Down
168 changes: 84 additions & 84 deletions src/styles/theme-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
--max-width: 1600px;
--gap: 2rem;
--main-gradient: linear-gradient(
130deg,
#24c6dc,
#5433ff 41.07%,
#ff0099 76.05%
130deg,
#18545A,
#8FDACA 41.07%,
#F1F2B5 76.05%
);
--theme-transition: all 250ms ease;
}
Expand Down Expand Up @@ -34,56 +34,56 @@
--bg-sub-accent-55: rgba(13, 185, 215, 0.55);
--bg-accent-05: rgba(244, 86, 157, 0.05);
--strong-gradient: linear-gradient(
62deg,
#188bfd 0%,
#a03bff 100%
62deg,
#188bfd 0%,
#a03bff 100%
) !important;
--gradient-cover: linear-gradient(
90deg,
hsla(0, 0%, 98%, 0) 0,
hsla(0, 0%, 98%, 0.013) 8.1%,
hsla(0, 0%, 98%, 0.049) 15.5%,
hsla(0, 0%, 98%, 0.104) 22.5%,
hsla(0, 0%, 98%, 0.175) 29%,
hsla(0, 0%, 98%, 0.259) 35.3%,
hsla(0, 0%, 98%, 0.352) 41.2%,
hsla(0, 0%, 98%, 0.45) 47.1%,
hsla(0, 0%, 98%, 0.55) 52.9%,
hsla(0, 0%, 98%, 0.648) 58.8%,
hsla(0, 0%, 98%, 0.741) 64.7%,
hsla(0, 0%, 98%, 0.825) 71%,
hsla(0, 0%, 98%, 0.896) 77.5%,
hsla(0, 0%, 98%, 0.951) 84.5%,
hsla(0, 0%, 98%, 0.987) 91.9%,
var(--background-secondary)
90deg,
hsla(0, 0%, 98%, 0) 0,
hsla(0, 0%, 98%, 0.013) 8.1%,
hsla(0, 0%, 98%, 0.049) 15.5%,
hsla(0, 0%, 98%, 0.104) 22.5%,
hsla(0, 0%, 98%, 0.175) 29%,
hsla(0, 0%, 98%, 0.259) 35.3%,
hsla(0, 0%, 98%, 0.352) 41.2%,
hsla(0, 0%, 98%, 0.45) 47.1%,
hsla(0, 0%, 98%, 0.55) 52.9%,
hsla(0, 0%, 98%, 0.648) 58.8%,
hsla(0, 0%, 98%, 0.741) 64.7%,
hsla(0, 0%, 98%, 0.825) 71%,
hsla(0, 0%, 98%, 0.896) 77.5%,
hsla(0, 0%, 98%, 0.951) 84.5%,
hsla(0, 0%, 98%, 0.987) 91.9%,
var(--background-secondary)
);
--article-cover: linear-gradient(
180deg,
hsla(0, 0%, 98%, 0) 0,
hsla(0, 0%, 98%, 0.013) 8.1%,
hsla(0, 0%, 98%, 0.049) 15.5%,
hsla(0, 0%, 98%, 0.104) 22.5%,
hsla(0, 0%, 98%, 0.175) 29%,
hsla(0, 0%, 98%, 0.259) 35.3%,
hsla(0, 0%, 98%, 0.352) 41.2%,
hsla(0, 0%, 98%, 0.45) 47.1%,
hsla(0, 0%, 98%, 0.55) 52.9%,
hsla(0, 0%, 98%, 0.648) 58.8%,
hsla(0, 0%, 98%, 0.741) 64.7%,
hsla(0, 0%, 98%, 0.825) 71%,
hsla(0, 0%, 98%, 0.896) 77.5%,
hsla(0, 0%, 98%, 0.951) 84.5%,
hsla(0, 0%, 98%, 0.987) 91.9%,
var(--background-secondary)
180deg,
hsla(0, 0%, 98%, 0) 0,
hsla(0, 0%, 98%, 0.013) 8.1%,
hsla(0, 0%, 98%, 0.049) 15.5%,
hsla(0, 0%, 98%, 0.104) 22.5%,
hsla(0, 0%, 98%, 0.175) 29%,
hsla(0, 0%, 98%, 0.259) 35.3%,
hsla(0, 0%, 98%, 0.352) 41.2%,
hsla(0, 0%, 98%, 0.45) 47.1%,
hsla(0, 0%, 98%, 0.55) 52.9%,
hsla(0, 0%, 98%, 0.648) 58.8%,
hsla(0, 0%, 98%, 0.741) 64.7%,
hsla(0, 0%, 98%, 0.825) 71%,
hsla(0, 0%, 98%, 0.896) 77.5%,
hsla(0, 0%, 98%, 0.951) 84.5%,
hsla(0, 0%, 98%, 0.987) 91.9%,
var(--background-secondary)
);
--trans-ease: all 250ms ease;
--accent-shadow: 0 20px 25px -5px rgba(232, 57, 255, 0.06),
0 10px 10px -5px rgba(53, 11, 59, 0.1);
0 10px 10px -5px rgba(53, 11, 59, 0.1);
--sub-accent-shadow: 0 20px 25px -5px rgba(71, 190, 255, 0.06),
0 10px 10px -5px rgba(11, 42, 59, 0.1);
0 10px 10px -5px rgba(11, 42, 59, 0.1);
--search-modal-key-gradient: linear-gradient(-225deg, #d5dbe4, #f8f8f8);
--search-modal-key-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff,
0 1px 2px 1px rgba(30, 35, 90, 0.4);
0 1px 2px 1px rgba(30, 35, 90, 0.4);
--custom-quote-tip: #7343d5;
--custom-quote-warning: #e98503;
--custom-quote-danger: #dd2500;
Expand Down Expand Up @@ -116,56 +116,56 @@
--bg-accent-55: rgba(13, 185, 215, 0.55);
--bg-accent-05: rgba(14, 210, 247, 0.05);
--strong-gradient: linear-gradient(
62deg,
#87c2fd 0%,
#dcb9fc 100%
62deg,
#87c2fd 0%,
#dcb9fc 100%
) !important;
--gradient-cover: linear-gradient(
90deg,
hsla(0, 0%, 13%, 0) 0,
hsla(0, 0%, 13%, 0.013) 8.1%,
hsla(0, 0%, 13%, 0.049) 15.5%,
hsla(0, 0%, 13%, 0.104) 22.5%,
hsla(0, 0%, 13%, 0.175) 29%,
hsla(0, 0%, 13%, 0.259) 35.3%,
hsla(0, 0%, 13%, 0.352) 41.2%,
hsla(0, 0%, 13%, 0.45) 47.1%,
hsla(0, 0%, 13%, 0.55) 52.9%,
hsla(0, 0%, 13%, 0.648) 58.8%,
hsla(0, 0%, 13%, 0.741) 64.7%,
hsla(0, 0%, 13%, 0.825) 71%,
hsla(0, 0%, 13%, 0.896) 77.5%,
hsla(0, 0%, 13%, 0.951) 84.5%,
hsla(00, 0%, 13%, 0.987) 91.9%,
var(--background-secondary)
90deg,
hsla(0, 0%, 13%, 0) 0,
hsla(0, 0%, 13%, 0.013) 8.1%,
hsla(0, 0%, 13%, 0.049) 15.5%,
hsla(0, 0%, 13%, 0.104) 22.5%,
hsla(0, 0%, 13%, 0.175) 29%,
hsla(0, 0%, 13%, 0.259) 35.3%,
hsla(0, 0%, 13%, 0.352) 41.2%,
hsla(0, 0%, 13%, 0.45) 47.1%,
hsla(0, 0%, 13%, 0.55) 52.9%,
hsla(0, 0%, 13%, 0.648) 58.8%,
hsla(0, 0%, 13%, 0.741) 64.7%,
hsla(0, 0%, 13%, 0.825) 71%,
hsla(0, 0%, 13%, 0.896) 77.5%,
hsla(0, 0%, 13%, 0.951) 84.5%,
hsla(00, 0%, 13%, 0.987) 91.9%,
var(--background-secondary)
);
--article-cover: linear-gradient(
180deg,
hsla(0, 0%, 13%, 0) 0,
hsla(0, 0%, 13%, 0.013) 8.1%,
hsla(0, 0%, 13%, 0.049) 15.5%,
hsla(0, 0%, 13%, 0.104) 22.5%,
hsla(0, 0%, 13%, 0.175) 29%,
hsla(0, 0%, 13%, 0.259) 35.3%,
hsla(0, 0%, 13%, 0.352) 41.2%,
hsla(0, 0%, 13%, 0.45) 47.1%,
hsla(0, 0%, 13%, 0.55) 52.9%,
hsla(0, 0%, 13%, 0.648) 58.8%,
hsla(0, 0%, 13%, 0.741) 64.7%,
hsla(0, 0%, 13%, 0.825) 71%,
hsla(0, 0%, 13%, 0.896) 77.5%,
hsla(0, 0%, 13%, 0.951) 84.5%,
hsla(00, 0%, 13%, 0.987) 91.9%,
var(--background-secondary)
180deg,
hsla(0, 0%, 13%, 0) 0,
hsla(0, 0%, 13%, 0.013) 8.1%,
hsla(0, 0%, 13%, 0.049) 15.5%,
hsla(0, 0%, 13%, 0.104) 22.5%,
hsla(0, 0%, 13%, 0.175) 29%,
hsla(0, 0%, 13%, 0.259) 35.3%,
hsla(0, 0%, 13%, 0.352) 41.2%,
hsla(0, 0%, 13%, 0.45) 47.1%,
hsla(0, 0%, 13%, 0.55) 52.9%,
hsla(0, 0%, 13%, 0.648) 58.8%,
hsla(0, 0%, 13%, 0.741) 64.7%,
hsla(0, 0%, 13%, 0.825) 71%,
hsla(0, 0%, 13%, 0.896) 77.5%,
hsla(0, 0%, 13%, 0.951) 84.5%,
hsla(00, 0%, 13%, 0.987) 91.9%,
var(--background-secondary)
);
--trans-ease: all 250ms ease;
--accent-shadow: 0 20px 25px -5px rgba(11, 42, 59, 0.35),
0 10px 10px -5px rgba(11, 42, 59, 0.14);
0 10px 10px -5px rgba(11, 42, 59, 0.14);
--sub-accent-shadow: 0 20px 25px -5px rgba(53, 11, 59, 0.35),
0 10px 10px -5px rgba(53, 11, 59, 0.14);
0 10px 10px -5px rgba(53, 11, 59, 0.14);
--search-modal-key-gradient: linear-gradient(-225deg, #3f3e3e, #2c2c2c);
--search-modal-key-shadow: inset 0 -2px 0 0 #363636, inset 0 0 1px 1px #2e2e2e,
0 1px 2px 1px rgba(30, 35, 90, 0.4);
0 1px 2px 1px rgba(30, 35, 90, 0.4);
--custom-quote-tip: #8d53ff;
--custom-quote-warning: #cbcb00;
--custom-quote-danger: #dd2500;
Expand Down

0 comments on commit 0778221

Please sign in to comment.