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