mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
16 lines
247 B
SCSS
16 lines
247 B
SCSS
[data-module="desc"],
|
|
.card[data-did] .content {
|
|
cursor: text;
|
|
.details {
|
|
color: #222;
|
|
font-size: 12px;
|
|
opacity: 0.6;
|
|
cursor: pointer;
|
|
display: block;
|
|
line-height: 22px;
|
|
body.dark & {
|
|
color: #eee;
|
|
}
|
|
}
|
|
}
|