Skip to content

Commit 4196adf

Browse files
committed
Make comments darker for better contrast
1 parent de3ff66 commit 4196adf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/sass/_highlights.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ atom-text-editor.is-focused .line.cursor-line {
4242
background-color: rgba(255, 255, 134, 0.34);
4343
}
4444
.comment {
45-
color: #888;
45+
color: #666;
4646
}
4747
.string {
4848
color: #489047;

template/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<meta name=viewport content="width=device-width, initial-scale=1">
22
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
3-
<link rel="stylesheet" type="text/css" href="/css/style.css?v=2" media="screen" title="default" />
3+
<link rel="stylesheet" type="text/css" href="/css/style.css?v=3" media="screen" title="default" />
44
<noscript> <style> #search { visibility: hidden; } </style> </noscript>

0 commit comments

Comments
 (0)