projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more uniformity for blog post headers; change link colors a bit
[web.git]
/
personal
/
style.scss
diff --git
a/personal/style.scss
b/personal/style.scss
index ab657879ae033ccb7de8af50242e0c7aade2db7e..7f82f55c48044ffdbbc62060d5ffe08f8406b22e 100644
(file)
--- a/
personal/style.scss
+++ b/
personal/style.scss
@@
-17,7
+17,8
@@
$background-color: white;
$text-color: #313131;
$light-text-color: #808080;
$code-background-color: #F7F7F7;
$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 {
/* General Fonts */
html, body, div, p {
@@
-64,7
+65,7
@@
h4 {
/* Layout and Color stuff */
/* Layout and Color stuff */
-/* General page structure */
+
g
/* General page structure */
html {
overflow-y: scroll;
}
html {
overflow-y: scroll;
}
@@
-220,9
+221,17
@@
body { /* This centers us in the page, and handles the "too wide" case */
#-content {
.side {
float: right;
#-content {
.side {
float: right;
+ }
+
+ .side, .comment {
color: $light-text-color;
color: $light-text-color;
+
+ a {
+ color: $light-link-color;
+ }
}
}
+
.pretitle, .subtitle {
h1 {
display: inline-block;
.pretitle, .subtitle {
h1 {
display: inline-block;
@@
-264,4
+273,8
@@
body { /* This centers us in the page, and handles the "too wide" case */
margin: 0.5em 0;
line-height: 1.3;
}
margin: 0.5em 0;
line-height: 1.3;
}
+
+ .comment {
+ margin-top: 1.5em;
+ }
}
}