Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 2, 2021
1 parent 27d3da4 commit fed57af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/core/styles/variables.css
Expand Up @@ -9,14 +9,14 @@
:root {
--vt-c-white: #ffffff;
--vt-c-white-soft: #f8f8f8;
--vt-c-white-mute: #f2f2f2;
--vt-c-white-mute: #f1f1f1;

--vt-c-black: #1d1d1d;
--vt-c-black: #1a1a1a;
--vt-c-black-pure: #000000;
--vt-c-black-soft: #262626;
--vt-c-black-mute: #282828;
--vt-c-black-soft: #242424;
--vt-c-black-mute: #2f2f2f;

--vt-c-indigo: #223850;
--vt-c-indigo: #1c2b39;
--vt-c-indigo-soft: #476582;
--vt-c-indigo-light: #aac8e4;

Expand Down
2 changes: 1 addition & 1 deletion src/core/styles/vt-box.css
Expand Up @@ -7,7 +7,7 @@
.vt-box-container .vt-box {
color: var(--vt-c-text-2);
background-color: var(--vt-c-bg-soft);
transition: all 0.5s;
transition: color 0.5s, background-color 0.5s;
padding: 28px 36px;
border-radius: 8px;
flex: 0 32%; /* default 3 column */
Expand Down

0 comments on commit fed57af

Please sign in to comment.