notes/STYLES.md

50 lines
792 B
Markdown
Raw Permalink Normal View History

2024-03-20 17:22:37 +01:00
```space-style
2023-07-05 20:25:55 +02:00
#sb-root {
2024-03-20 17:22:37 +01:00
--top-background-color: #1a1a1a;
--top-border-color: #222;
2023-07-05 20:25:55 +02:00
}
2023-04-20 12:29:43 +02:00
#sb-top {
2024-03-20 17:22:37 +01:00
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}
#sb-current-page .cm-line {
font-size: 0.8em;
padding-top: 0.1em !important;
}
.sb-markdown-widget {
padding: 0px !important;
border: none !important;
}
/* first line - editing */
div:not(.sb-line-fenced-code) + .sb-line-fenced-code {
border-radius: 10px 10px 0px 0px;
padding-top: 10px !important;
padding-right: 10px !important;
}
.sb-line-fenced-code:not(.sb-fenced-code-iframe) {
padding-left: 20px !important;
padding-right: 20px !important;
}
/* last line - editing */
.sb-line-fenced-code:has( > .sb-meta) {
border-radius: 0px 0px 10px 10px;
}
.sb-code-info {
padding-right: 2px !important;
}
```