mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-02 10:42:36 +08:00
### What problem does this PR solve? Feat: Add LanguageAbbreviation to simplify language resource files. #5065 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
22 lines
213 B
Plaintext
22 lines
213 B
Plaintext
.codeCard {
|
|
.clearCardBody();
|
|
}
|
|
|
|
.codeText {
|
|
padding: 10px;
|
|
background-color: #ffffff09;
|
|
}
|
|
|
|
.id {
|
|
.linkText();
|
|
}
|
|
|
|
.darkBg {
|
|
background-color: rgb(69, 68, 68);
|
|
}
|
|
|
|
.darkId {
|
|
color: white;
|
|
.darkBg();
|
|
}
|