Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sweep: Add a transition for the purple text (βœ“ Sandbox Passed) #451

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
f04e4ed
feat: Updated src/style.scss
sweep-ai[bot] Feb 5, 2024
1bb5071
style: format code with Prettier and StandardJS
deepsource-autofix[bot] Feb 5, 2024
fad434e
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Feb 6, 2024
f94c5fd
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Feb 6, 2024
1d30858
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Feb 7, 2024
bea4a15
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Feb 9, 2024
ccf4633
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Feb 9, 2024
4e0fdc3
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Feb 15, 2024
8d51e18
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Feb 15, 2024
c099211
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Feb 16, 2024
88ead7b
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Feb 16, 2024
8cf6a95
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Feb 16, 2024
5cf24ee
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Feb 18, 2024
a8776f0
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Feb 25, 2024
f2abf7a
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Feb 26, 2024
e83574b
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Feb 26, 2024
38f3465
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Mar 7, 2024
c80159f
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Mar 7, 2024
e192fba
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Mar 12, 2024
f5040d3
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Mar 13, 2024
60d1ddb
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Mar 14, 2024
7a6887a
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Mar 15, 2024
d91824b
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Mar 15, 2024
6a02864
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Mar 15, 2024
023f295
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Mar 15, 2024
8f7e4d7
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Mar 18, 2024
da94c90
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Mar 20, 2024
698b1e5
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Mar 21, 2024
bc4e04e
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Mar 24, 2024
c00bda7
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Mar 26, 2024
b96eebc
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Mar 28, 2024
5faac13
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Mar 28, 2024
5cacaed
Merge main into sweep/add_a_transition_for_the_purple_text
sweep-ai[bot] Apr 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ html {

.purple {
color: var(--imp-text-color) !important;
transition:
background 0.5s ease,
color 0.5s ease;
}

.purple:hover {
Expand Down