This commit is contained in:
WickedJack99
2022-09-21 14:17:10 +02:00
parent 68ae5f9eec
commit 268b15cbc8
7 changed files with 40 additions and 18 deletions

11
localdocs/_sass/blog.scss Normal file
View File

@@ -0,0 +1,11 @@
div.console {
background-color: lightgray;
color: black;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
div.outerDiv {
padding-left: 20px;
}