2017-10-12 18:02:24 +02:00
|
|
|
li.header{
|
|
|
|
color: #101622 !important;
|
2017-10-13 15:11:52 +02:00
|
|
|
font-weight: 600;
|
|
|
|
letter-spacing: 0.07rem;
|
|
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
2017-10-12 18:02:24 +02:00
|
|
|
}
|
2017-10-12 18:35:42 +02:00
|
|
|
|
2017-10-12 18:40:45 +02:00
|
|
|
li.chapter > a{
|
2017-10-12 18:35:42 +02:00
|
|
|
transition: background-color 0.15s ease;
|
|
|
|
-webkit-transition: background-color 0.15s ease;
|
|
|
|
}
|
|
|
|
|
2017-10-12 18:40:45 +02:00
|
|
|
li.chapter:hover > a{
|
2017-10-12 18:38:53 +02:00
|
|
|
background: #eee !important;
|
2017-10-12 18:35:42 +02:00
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.versions-select select{
|
|
|
|
height: 36px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
2017-10-13 15:11:52 +02:00
|
|
|
|
|
|
|
.book-summary{
|
|
|
|
background-color: #f7f7f7 !important;
|
|
|
|
}
|