Improved calendar style

This commit is contained in:
2018-03-08 17:36:55 +01:00
parent e034726b5e
commit d6d623e151
7 changed files with 53 additions and 23 deletions

View File

@ -9,6 +9,7 @@ pro-color = hsla(0, 100%, 73%, 0.87)
anime-alternative-title-color = hsla(0, 0%, 0%, 0.5)
reverse-light-color = rgba(0, 0, 0, 0.05)
reverse-light-hover-color = rgba(0, 0, 0, 0.1)
reverse-light-lite-color = rgba(0, 0, 0, 0.02)
theme-white = bg-color
theme-black = text-color
@ -68,6 +69,11 @@ post-permalink-color = blue !important
table-row-hover-background = hsla(0, 0%, 0%, 0.01)
anime-list-item-name-color = link-color
// Calendar
calendar-hover-color = rgba(255, 255, 255, 0.4)
calendar-entry-seen-background = ui-background
calendar-entry-seen-hover-background = ui-background
// Tables
table-width-normal = 900px

View File

@ -37,4 +37,7 @@
// post-permalink-color = link-color
// // Quote
// quote-color = text-color
// quote-color = text-color
// Calendar
// calendar-hover-color = reverse-light-color

View File

@ -64,6 +64,12 @@ mixin anime-mini-item-image
:hover
filter saturate(1.3)
mixin anime-list-item-image
width 39px
height 39px
border-radius 2px
object-fit cover
mixin sidebar
vertical
margin-left 0