$text-color: #313131;
$light-text-color: #808080;
$code-background-color: #F7F7F7;
-$link-color: #268BD2;
+$link-color: #237fbf;
+$light-link-color: #69a7d2;
/* General Fonts */
html, body, div, p {
#-content {
.side {
float: right;
+ }
+
+ .side, .comment {
color: $light-text-color;
+
+ a {
+ color: $light-link-color;
+ }
}
+
.pretitle, .subtitle {
h1 {
display: inline-block;
margin: 0.5em 0;
line-height: 1.3;
}
+
+ .comment {
+ margin-top: 1.5em;
+ }
}