fix: remove dotted underline from channel links and Artists list color on light bg

This commit is contained in:
OpenClaw Agent 2026-04-29 11:41:33 +02:00
parent d148152e0b
commit 62c6c8c437

View File

@ -170,8 +170,14 @@ a:hover { border-bottom: 1px solid #313131; }
margin-bottom: 5px;
text-decoration: none;
border: none;
border-bottom: none !important;
}
.channelList__channel:hover {
transform: scale(1.1);
border: none;
border-bottom: none !important;
text-decoration: none;
}
.channelList__channel:hover { transform: scale(1.1); }
.channelList__channelIcon {
--initialWidth: 20px;
--endWidth: 25px;
@ -234,11 +240,12 @@ a:hover { border-bottom: 1px solid #313131; }
font-size: 14px;
}
.artistsList a {
color: #ddd;
color: #333;
border: none;
padding: 4px 0;
text-decoration: none;
}
.artistsList a:hover { color: #fff; text-decoration: underline; }
.artistsList a:hover { color: #000; text-decoration: underline; }
.playlogControls {
display: flex;