|
@ -333,12 +333,12 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.label-topic-tag { |
|
|
.label-topic-tag { |
|
|
color: map-get($theme, "foreground-middle"); |
|
|
padding: 0; |
|
|
|
|
|
|
|
|
a, |
|
|
a, |
|
|
a:hover, |
|
|
a:hover, |
|
|
a:visited { |
|
|
a:visited { |
|
|
color: map-get($theme, "foreground-middle"); |
|
|
color: map-get($theme, "foreground-primary"); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -576,6 +576,8 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@mixin theme-special-label($color, $is-light) { |
|
|
@mixin theme-special-label($color, $is-light) { |
|
|
|
|
|
padding: 0 0.2rem; |
|
|
|
|
|
|
|
|
@if $is-light { |
|
|
@if $is-light { |
|
|
background-color: $color; |
|
|
background-color: $color; |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
xxxxxxxxxx