mirror of
https://github.com/jeffusion/gitea-ai-assistant.git
synced 2026-06-09 07:26:49 +00:00
25 lines
483 B
CSS
25 lines
483 B
CSS
.animate-ping,
|
|
.animate-pulse,
|
|
.animate-spin {
|
|
animation: none !important;
|
|
}
|
|
|
|
html,
|
|
body,
|
|
button,
|
|
input,
|
|
textarea,
|
|
select {
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', 'Noto Sans CJK SC', 'Helvetica Neue', Arial, sans-serif !important;
|
|
}
|
|
|
|
code,
|
|
pre,
|
|
.font-mono {
|
|
font-family: 'SFMono-Regular', Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace !important;
|
|
}
|
|
|
|
.bg-grid-pattern {
|
|
opacity: 0.04 !important;
|
|
}
|