S2OJ/web/css/uoj-bs5.css
Baoshuo d8f6ffb582
All checks were successful
continuous-integration/drone/push Build is passing
feat: bs5 username font-family
2022-09-23 21:53:29 +08:00

8 lines
262 B
CSS

.uoj-username {
font-weight: 800;
text-decoration: none;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}