Files
live-hub-py/web/frontend/src/index.css
T

23 lines
451 B
CSS

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
transition: background-color 0.3s, color 0.3s;
}
html[data-theme='dark'] body {
color-scheme: dark;
}
.huya-task-account-table .ant-table-placeholder > .ant-table-cell {
border-bottom: 0;
}
.huya-task-account-table .ant-table-placeholder:hover > .ant-table-cell {
background: transparent;
}