2022-08-14 18:33:04 -07:00
|
|
|
@import 'styles/mixins.scss';
|
|
|
|
|
2022-07-10 16:42:35 -07:00
|
|
|
.customPageContent {
|
2022-10-22 10:45:54 +02:00
|
|
|
font-size: 1rem;
|
2023-04-24 10:58:57 -07:00
|
|
|
font-weight: 300;
|
2022-09-10 12:08:22 -07:00
|
|
|
line-height: 1.6em;
|
2022-11-12 20:26:55 -08:00
|
|
|
color: var(--theme-color-components-text-on-light);
|
2022-07-10 16:42:35 -07:00
|
|
|
|
|
|
|
hr {
|
|
|
|
margin: 1.35em 0;
|
|
|
|
border: 0;
|
2023-02-13 22:19:13 -08:00
|
|
|
border-top: solid 1px var(--theme-color-palette-6);
|
2022-07-10 16:42:35 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
div.summary {
|
2022-10-22 10:45:54 +02:00
|
|
|
font-size: 0.9rem;
|
2022-07-10 16:42:35 -07:00
|
|
|
}
|
2022-09-09 23:23:24 -07:00
|
|
|
|
|
|
|
p {
|
2023-03-31 22:21:47 -07:00
|
|
|
margin: 0.5rem 0;
|
2022-09-09 23:23:24 -07:00
|
|
|
}
|
2023-04-24 10:58:57 -07:00
|
|
|
a:hover {
|
|
|
|
color: var(--color-owncast-palette-7)
|
|
|
|
}
|
2022-07-10 16:42:35 -07:00
|
|
|
}
|