mirror of
https://ghfast.top/https://github.com/discourse/discourse-translator.git
synced 2026-07-16 11:46:33 +08:00
14 lines
205 B
SCSS
14 lines
205 B
SCSS
.topic-attribution {
|
|
font-weight: bold;
|
|
margin-bottom: 1em;
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.post-attribution {
|
|
color: #8899a6;
|
|
font-size: 12px;
|
|
}
|
|
|
|
button.translated {
|
|
color: var(--tertiary) !important;
|
|
}
|