Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
change grayed background to striped
  • Loading branch information
causztic committed Mar 15, 2018
commit 46293d8a27d41d52e8f734ba95c4feda62bbcb27
3 changes: 2 additions & 1 deletion src/Day.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
}

:local(.grayed) {
background-color: rgba(156, 156, 156, 1);
background-image: linear-gradient(-45deg, #f6f6f6 25%, transparent 25%, transparent 50%, #f6f6f6 50%, #f6f6f6 75%, transparent 75%, transparent);
background-size: 10px 10px;
border-bottom: none;
}

Expand Down