Skip to content

Commit

Permalink
add, commit e push feito por script bash
Browse files Browse the repository at this point in the history
  • Loading branch information
zolppy committed Aug 26, 2023
1 parent 0347e2f commit 98d10f8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@charset "UTF-8";

:root {
--primary-color: #4b0082; /* Indigo */
--secondary-color: #800080; /* Purple */
--primary-color: #f00; /* Red */
--secondary-color: #ffa500; /* Orange */
--transition: .3s ease-in;
}

Expand All @@ -22,7 +22,8 @@ body {
.btn:hover,
.task:hover,
.task.done,
.task.done > span {
.task.done > span,
.hide {
transition: var(--transition);
}

Expand Down Expand Up @@ -51,4 +52,4 @@ h2 {
cursor: pointer;
background-color: #ccc;
}
}
}

0 comments on commit 98d10f8

Please sign in to comment.