Skip to content

Commit

Permalink
style: 테마 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
haesoo-y committed Dec 21, 2024
1 parent 7947ce7 commit 52ff4c9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
*/

:root {
--ifm-color-primary: #4058a1;
--ifm-color-primary-dark: #5f73bf;
--ifm-color-primary-darker: #4f61a8;
--ifm-color-primary-darkest: #3f4e91;
--ifm-color-primary-light: #8498dd;
--ifm-color-primary-lighter: #9aaaf0;
--ifm-color-primary-lightest: #b0bcf8;
--ifm-color-primary: #7bc9cc;
--ifm-color-primary-dark: #6cb3b5;
--ifm-color-primary-darker: #5c9c9e;
--ifm-color-primary-darkest: #4d8688;
--ifm-color-primary-light: #8ccfd1;
--ifm-color-primary-lighter: #9dd5d6;
--ifm-color-primary-lightest: #aedbdc;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] {
--ifm-color-primary: #8c9fed;
--ifm-color-primary-dark: #798acc;
--ifm-color-primary-darker: #6576ab;
--ifm-color-primary-darkest: #52528a;
--ifm-color-primary-light: #9fb1f5;
--ifm-color-primary-lighter: #b3c3fd;
--ifm-color-primary-lightest: #c6d4ff;
--ifm-color-primary: #8aced0;
--ifm-color-primary-dark: #78b7b9;
--ifm-color-primary-darker: #66a0a2;
--ifm-color-primary-darkest: #54898b;
--ifm-color-primary-light: #99d4d6;
--ifm-color-primary-lighter: #a7dadb;
--ifm-color-primary-lightest: #b5e0e0;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}
2 changes: 1 addition & 1 deletion src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
text-align: center;
position: relative;
overflow: hidden;
background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
background-image: linear-gradient(-225deg, #50a7c2 0%, #b7f8db 100%);
}

@media screen and (max-width: 996px) {
Expand Down
Binary file removed static/img/social-card.png
Binary file not shown.
Binary file added static/img/social-card03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 52ff4c9

Please sign in to comment.