add direnv
This commit is contained in:
parent
e8a8b73441
commit
c29bb1dc1b
12
src/scss/code.scss
Normal file
12
src/scss/code.scss
Normal file
|
@ -0,0 +1,12 @@
|
|||
.editor {
|
||||
background-color: #3b4252;
|
||||
padding: 1em;
|
||||
margin: 0.5em 0;
|
||||
overflow: auto;
|
||||
}
|
||||
.code-block {
|
||||
padding-top: 10px !important;
|
||||
padding-right: 10px !important;
|
||||
padding-bottom: 10px !important;
|
||||
padding-left: 10px !important;
|
||||
}
|
|
@ -1,16 +1,4 @@
|
|||
@import "normalize.css/normalize.css";
|
||||
|
||||
.editor {
|
||||
background-color: #3b4252;
|
||||
padding: 1em;
|
||||
margin: 0.5em 0;
|
||||
overflow: auto;
|
||||
}
|
||||
.code-block {
|
||||
padding-top: 10px !important;
|
||||
padding-right: 10px !important;
|
||||
padding-bottom: 10px !important;
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
@import "./code.scss";
|
||||
@import "./prism-nord.scss";
|
||||
@import "./uikit.scss";
|
||||
|
|
Loading…
Reference in a new issue