home-assistant.io/source/_styles/custom/topic.css

17 lines
318 B
CSS

.topic a {
color: #575757;
line-height: 24px;
padding: 8px 0 8px 60px;
font-weight: 500;
cursor: pointer;
font-size: 20px;
border-left: 5px solid transparent;
}
.topic-active {
font-weight: 700 !important;
color: black !important;
border-left: 5px solid #02B0FF !important;
}