fix bug: remove hard-coded color in CSS

This commit is contained in:
Mathieu PATUREL
2017-01-26 11:47:18 +11:00
parent 8cc6b2b263
commit 271c7c619a
2 changed files with 1 additions and 5 deletions

View File

@ -4,12 +4,11 @@ html {
}
body {
padding:10px;
padding: 10px;
padding-top: 0px;
font-family: "Open Sans", sans-serif;
background-color: var(--background);
font-size: 15px;
color: #333;
}
blockquote {

View File

@ -8,7 +8,6 @@ if you is moods.curious:
print('then do it!')
```
<kbd>ctrl+\`</kbd> or *View → Show Console* and paste `import this`!
> Perfect programmers do NOT need comments.
@ -27,8 +26,6 @@ if you is moods.curious:
[Sublime Text Logo](https://upload.wikimedia.org/wikipedia/en/4/4c/Sublime_Text_Logo.png)
Some plugin I just *need*:
- [PackageResourceReviewer](https://packagecontrol.io/packages/PackageResourceViewer)