pyfedi/app/static/styles.css
rimu 7885cfcdf4 Combine structure.scss and style.scss
The distinction between the two was never very clear and it is annoying to have to guess which file one needs to edit.
2024-07-05 16:27:53 +08:00

17 lines
651 B
CSS

/* Error: Can't find stylesheet to import.
* ,
* 1520 | @import "scss/high_contrast";
* | ^^^^^^^^^^^^^^^^^^^^
* '
* styles.scss 1520:9 root stylesheet */
body::before {
font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono",
"Droid Sans Mono", monospace, monospace;
white-space: pre;
display: block;
padding: 1em;
margin-bottom: 1em;
border-bottom: 2px solid black;
content: "Error: Can't find stylesheet to import.\a \2577 \a 1520 \2502 @import \"scss/high_contrast\";\a \2502 ^^^^^^^^^^^^^^^^^^^^\a \2575 \a styles.scss 1520:9 root stylesheet";
}