owncast/web/styles/globals.scss

26 lines
548 B
SCSS
Raw Normal View History

$owncast-purple: rgba(90,103,216,1);;
2020-09-30 23:59:20 +02:00
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;
2020-09-30 23:59:20 +02:00
}
a {
color: inherit;
text-decoration: none;
color: rgba(90,103,216,1);
2020-09-30 23:59:20 +02:00
}
* {
box-sizing: border-box;
}
.owncast-layout .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
background-color: $owncast-purple;
}