lightened shade of the default pink
This commit is contained in:
parent
32c540a903
commit
57859b31fa
3 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
test
|
||||||
|
lol.git
|
||||||
|
dotfiles.git
|
||||||
|
notes.txt
|
0
.gitignore.html
Normal file
0
.gitignore.html
Normal file
2
main.scm
2
main.scm
|
@ -79,7 +79,7 @@ body {
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
background-color: pink;
|
background-color: #ffd9df;
|
||||||
padding: 15px 20px;
|
padding: 15px 20px;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
|
|
Loading…
Reference in a new issue