mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
Adapt whole site to follow the documentation theme.
This commit is contained in:
18
css/aaruserver.css
Normal file
18
css/aaruserver.css
Normal file
@@ -0,0 +1,18 @@
|
||||
/* Error: Can't find stylesheet to import.
|
||||
* ,
|
||||
* 37 | @import "../../../node_modules/bootstrap/scss/bootstrap";
|
||||
* | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
* '
|
||||
* aaruserver.scss 37: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 37 \2502 @import \"../../../node_modules/bootstrap/scss/bootstrap\";\a \2502 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\a \2575 \a aaruserver.scss 37:9 root stylesheet";
|
||||
}
|
||||
Reference in New Issue
Block a user