clean up of home section; now with styling

This commit is contained in:
gingervitis
2020-11-13 03:43:28 -08:00
parent 3f1f96a768
commit 2211572ba1
11 changed files with 409 additions and 279 deletions

View File

@@ -1,4 +1,4 @@
$owncast-purple: rgba(90,103,216,1);;
$owncast-purple: rgba(90,103,216,1);
html,
body {
@@ -19,6 +19,12 @@ a {
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;
@@ -31,4 +37,4 @@ a {
.recharts-wrapper {
font-size: 12px;
}
}