Skip to content

Commit

Permalink
colors home /undo
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube committed Jul 27, 2024
1 parent 9b61bbd commit 1a99851
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
3 changes: 2 additions & 1 deletion menu/styles/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
}

.satus-section--home .satus-button:hover> :nth-child(1) {
transition: background 250ms 125ms, transform 250ms, box-shadow 275ms;
transition: background 250ms 125ms, transform 250ms, box-shadow 275ms, color 400ms;
transform: translateY(4px) scale(.975);
color: rgba(255, 255, 255, 1);

box-shadow: var(--satus-bubble-shadow-unelevated);
}
Expand Down
12 changes: 4 additions & 8 deletions menu/styles/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@
# DEFAULT
--------------------------------------------------------------*/
.satus-base {
--satus-bubble-foreground: rgba(255, 255, 255, .90);
/* --satus-bubble-background: linear-gradient(135deg, #c05030, #FF4A4F );
--satus-bubble-shadow-raised: 0 2px 1px 2px #EED, 0 7px 7px 1px rgb(61, 152, 200, .4);
--satus-bubble-shadow-unelevated: 0px 0px 2px 3px #FFB, 0 0px 3px 4px rgb(61, 152, 200, .4);
--satus-bubble-background: linear-gradient(135deg, #ff4766, #f50029); */
--satus-bubble-foreground: rgba(255, 255, 255, .8);
--satus-bubble-background: linear-gradient(135deg, #ff5075, #C02020);
--satus-bubble-shadow-raised: 0 2px 1px 1px #EDC, 0 4px 4px 1px rgb(30, 50, 110, .37);
--satus-bubble-shadow-unelevated: 0 0px 2px 2px #FFD, 0 1px 3px 3px rgb(30, 50, 110, .37);
--satus-bubble-shadow-raised: 0 2px 2px 1px #D97, 0 4px 4px rgb(140, 120, 80, .37);
--satus-bubble-shadow-unelevated: 0 1px 2px 1px #FC3, 0 1px 3px 3px rgb(140, 120, 80, .37);
--it-appearance-shadow-color: #dfdfdf;
}
}

.satus-base[theme='dark'] {
--satus-light: 255, 255, 255;
Expand Down

0 comments on commit 1a99851

Please sign in to comment.