Improve colors of snippets

This commit is contained in:
atomiks
2018-03-01 18:18:08 +10:00
parent 0652370731
commit 71016d7938
6 changed files with 37 additions and 37 deletions

View File

@ -27,9 +27,9 @@ html {
box-sizing: border-box;
width: 200px;
padding: 1.5em;
color: #000;
color: #7983ff;
font-family: sans-serif;
background-color: #ccc;
background-color: white;
border: 5px solid;
}
</style>