projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make the code background color actually (faintly) visible
[web.git]
/
personal
/
style.scss
diff --git
a/personal/style.scss
b/personal/style.scss
index 0b350e870fc916c893262c6c6345ed4d09fd04f2..ca172e5e903b1a37d7883482d2795218becc716e 100644
(file)
--- a/
personal/style.scss
+++ b/
personal/style.scss
@@
-16,7
+16,7
@@
$medium-width: $small-width + $intrusion-width + $navi-width;
$background-color: white;
$text-color: #313131;
$light-text-color: #808080;
-$code-background-color: #F
7F7F7
;
+$code-background-color: #F
0F0F0
;
$link-color: #237fbf;
$light-link-color: #69a7d2;