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

@ -9,7 +9,6 @@ body {
font-family: "Open Sans", sans-serif; font-family: "Open Sans", sans-serif;
background-color: var(--background); background-color: var(--background);
font-size: 15px; font-size: 15px;
color: #333;
} }
blockquote { blockquote {

View File

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