Files
platform/src/workspaces/themes/Ristretto/prose.css
T
2026-02-17 10:06:53 +00:00

125 lines
2.7 KiB
CSS

/* File Viewer — Markdown Prose */
[data-color-theme="Ristretto"] .file-viewer-md {
color: #ebe5df;
}
[data-color-theme="Ristretto"] .file-viewer-md h1 {
border-bottom-color: rgba(95, 87, 79, 0.4);
}
[data-color-theme="Ristretto"] .file-viewer-md h2 {
border-bottom-color: rgba(95, 87, 79, 0.3);
}
[data-color-theme="Ristretto"] .file-viewer-md a {
color: #fc9867;
}
[data-color-theme="Ristretto"] .file-viewer-md a:hover {
color: #fbb360;
}
[data-color-theme="Ristretto"] .file-viewer-md strong {
color: #ebe5df;
}
[data-color-theme="Ristretto"] .file-viewer-md blockquote {
border-left-color: #fc9867;
background: rgba(252, 152, 103, 0.06);
color: #ada49d;
}
[data-color-theme="Ristretto"] .file-viewer-md li::marker {
color: #fc9867;
}
[data-color-theme="Ristretto"] .file-viewer-md hr {
background: rgba(95, 87, 79, 0.4);
}
[data-color-theme="Ristretto"] .file-viewer-md th {
background: rgba(252, 152, 103, 0.08);
border-color: rgba(95, 87, 79, 0.4);
}
[data-color-theme="Ristretto"] .file-viewer-md td {
border-color: rgba(95, 87, 79, 0.3);
}
[data-color-theme="Ristretto"] .file-viewer-md tr:nth-child(even) {
background: rgba(95, 87, 79, 0.1);
}
[data-color-theme="Ristretto"] .file-viewer-md input[type="checkbox"] {
accent-color: #fc9867;
}
/* Skills — Markdown Prose */
[data-color-theme="Ristretto"] .skill-md {
color: #ebe5df;
}
[data-color-theme="Ristretto"] .skill-md h1 {
border-bottom-color: rgba(95, 87, 79, 0.4);
}
[data-color-theme="Ristretto"] .skill-md h2 {
border-bottom-color: rgba(95, 87, 79, 0.3);
}
[data-color-theme="Ristretto"] .skill-md a {
color: #fc9867;
}
[data-color-theme="Ristretto"] .skill-md a:hover {
color: #fbb360;
}
[data-color-theme="Ristretto"] .skill-md strong {
color: #ebe5df;
}
[data-color-theme="Ristretto"] .skill-md blockquote {
border-left-color: #fc9867;
background: rgba(252, 152, 103, 0.06);
color: #ada49d;
}
[data-color-theme="Ristretto"] .skill-md li::marker {
color: #fc9867;
}
[data-color-theme="Ristretto"] .skill-md code {
background: rgba(252, 152, 103, 0.1);
color: #fc9867;
}
[data-color-theme="Ristretto"] .skill-md pre {
background: #352f2a;
}
[data-color-theme="Ristretto"] .skill-md pre code {
color: #ebe5df;
}
[data-color-theme="Ristretto"] .skill-md hr {
background: rgba(95, 87, 79, 0.4);
}
[data-color-theme="Ristretto"] .skill-md th {
background: rgba(252, 152, 103, 0.08);
border-color: rgba(95, 87, 79, 0.4);
}
[data-color-theme="Ristretto"] .skill-md td {
border-color: rgba(95, 87, 79, 0.3);
}
[data-color-theme="Ristretto"] .skill-md tr:nth-child(even) {
background: rgba(95, 87, 79, 0.1);
}
[data-color-theme="Ristretto"] .skill-md input[type="checkbox"] {
accent-color: #fc9867;
}