philomena/assets/css/views/markdown.css

34 lines
627 B
CSS
Raw Normal View History

2023-11-23 17:07:49 +01:00
.textile-syntax-reference {
display: flex;
2024-05-20 21:25:43 +02:00
flex-flow: row wrap;
2023-11-23 17:07:49 +01:00
line-height: var(--block-header-height);
vertical-align: center;
margin-bottom: var(--padding-small);
}
.textile-syntax-reference > span,
.textile-syntax-reference > button {
margin-left: var(--padding-normal);
}
2024-05-20 22:30:41 +02:00
.spoiler,
.spoiler a {
2023-11-23 17:07:49 +01:00
color: var(--spoiler-color);
2024-05-20 22:30:41 +02:00
background: var(--spoiler-color);
2023-11-23 17:07:49 +01:00
}
2024-05-20 22:30:41 +02:00
.spoiler-revealed,
.spoiler:hover {
2023-11-23 17:07:49 +01:00
color: var(--text-color);
background: var(--spoiler-revealed-color);
}
2024-05-20 22:30:41 +02:00
.spoiler-revealed a,
.spoiler:hover a {
2023-11-23 17:07:49 +01:00
color: var(--link-color);
}
2024-05-07 19:33:56 +02:00
.walloftext {
line-height: var(--readable-line-height);
}