Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #176 from kawazrepos/weekday-class-color
Browse files Browse the repository at this point in the history
get_week_dayタグの土曜日クラス&日曜日クラスに所定の色を設定
  • Loading branch information
tunacook committed Sep 21, 2014
2 parents 7f23667 + 12d4a56 commit 8a28e30
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/kawaz/statics/less/main.less
Expand Up @@ -220,3 +220,13 @@ h1 {
.pagination {
display: inline-block;
}

// weekday class color
span {
&.sunday {
color: #f00;
}
&.saturday {
color: #00f;
}
}

0 comments on commit 8a28e30

Please sign in to comment.