strapi/docs/1.x.x/en/styles/website.css

21 lines
360 B
CSS
Raw Normal View History

2017-10-12 18:02:24 +02:00
li.header{
color: #101622 !important;
font-weight: 500;
letter-spacing: 0.05rem;
}
2017-10-12 18:35:42 +02:00
li.chapter a{
transition: background-color 0.15s ease;
-webkit-transition: background-color 0.15s ease;
}
li.chapter:hover a{
background: #eee !important;
2017-10-12 18:35:42 +02:00
text-decoration: none !important;
}
.versions-select select{
height: 36px;
border: 1px solid #ccc;
}