Skip to content

Commit

Permalink
Update file
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcgt authored May 11, 2024
1 parent 7585b09 commit 4493e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
--primary: #EA40A4;
--primary: #DC143C;
--business: #3A82EE;
--personal: var(--primary);
--light: #EEE;
Expand Down Expand Up @@ -228,4 +228,4 @@ input:checked ~ .bubble::after {
.todo-item.done .todo-content input {
text-decoration: line-through;
color: var(--grey);
}
}

0 comments on commit 4493e13

Please sign in to comment.