1
0
Fork 0

add direnv

This commit is contained in:
ChaotiCryptidz 2022-01-10 13:35:11 +00:00
parent e8a8b73441
commit c29bb1dc1b
4 changed files with 14 additions and 13 deletions

1
.envrc Normal file
View file

@ -0,0 +1 @@
use nix

12
src/scss/code.scss Normal file
View 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;
}

View file

@ -1,16 +1,4 @@
@import "normalize.css/normalize.css"; @import "normalize.css/normalize.css";
@import "./code.scss";
.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 "./prism-nord.scss"; @import "./prism-nord.scss";
@import "./uikit.scss"; @import "./uikit.scss";