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.
34 lines
652 B
34 lines
652 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; |
|
} |
|
|
|
|
|
.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; |
|
} |