You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
886 B
48 lines
886 B
$owncast-purple: rgba(90,103,216,1); |
|
|
|
html, |
|
body { |
|
padding: 0; |
|
margin: 0; |
|
font-family: system-ui,-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"; |
|
|
|
font-size: 16px; |
|
} |
|
|
|
a { |
|
color: inherit; |
|
text-decoration: none; |
|
color: rgba(90,103,216,1); |
|
} |
|
|
|
* { |
|
box-sizing: border-box; |
|
} |
|
|
|
pre { |
|
display: block; |
|
padding: 1rem; |
|
margin: .5rem 0; |
|
background-color: #eee; |
|
} |
|
|
|
.owncast-layout .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected { |
|
background-color: $owncast-purple; |
|
} |
|
|
|
// misc system overrides |
|
.ant-card { |
|
border-radius: .5em; |
|
} |
|
|
|
.recharts-wrapper { |
|
font-size: 12px; |
|
} |
|
|
|
@media (prefers-color-scheme: dark) { |
|
@import "~antd/dist/antd.dark"; |
|
pre { |
|
background-color: rgb(44, 44, 44); |
|
color:lightgrey; |
|
} |
|
} |