fix bug: remove hard-coded color in CSS
This commit is contained in:
@ -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 {
|
||||
|
||||
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user