Skip to content

Commit

Permalink
Add more fonts, and all locally
Browse files Browse the repository at this point in the history
  • Loading branch information
rberenguel committed Nov 11, 2024
1 parent 94e6012 commit 633f80d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,17 @@ hr.dim {
.taskRow.someday {
filter: grayscale(0.1) opacity(0.8);
font-size: 80% !important;
transition:
opacity 0.5s ease-in-out,
visibility 0.5s ease-in-out,
height 0.5s ease-in-out;
}

.taskRow.someday.hide {
display: none;
opacity: 0 !important;
visibility: hidden !important;
height: 0 !important;
transition: none;
}

#someday {
Expand Down

0 comments on commit 633f80d

Please sign in to comment.