Files

28 lines
442 B
Plaintext
Raw Permalink Normal View History

2025-08-14 18:45:16 +08:00
FluentLabelBase {
color: white;
}
HyperlinkLabel {
color: --ThemeColorPrimary;
border: none;
background-color: transparent;
text-align: left;
padding: 0;
margin: 0;
}
HyperlinkLabel[underline=true] {
text-decoration: underline;
}
HyperlinkLabel[underline=false] {
text-decoration: none;
}
HyperlinkLabel:hover {
color: --ThemeColorDark1;
}
HyperlinkLabel:pressed {
color: --ThemeColorLight1;
}