summaryrefslogtreecommitdiff
path: root/journal
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-10-29 08:32:51 -0700
committerThomas Park <thomas@thomaspark.me>2013-10-29 08:32:51 -0700
commit620e501c3d804b1dc2c7d796d7ae378db5e1a040 (patch)
tree4e10cc57b3ccfd372ba9ada5e58b57ffb24fbbcc /journal
parenta7fd57ef509229185fb912977d066dd13d6d7413 (diff)
parent8b52054febf0ca788ba93c09eab61cd5ee2282ff (diff)
Merge pull request #168 from bjornerik/gh-pages
Issue #167: Replace hard coded "bold" in Journal
Diffstat (limited to 'journal')
-rw-r--r--journal/bootswatch.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/journal/bootswatch.less b/journal/bootswatch.less
index be2021d9..661fab05 100644
--- a/journal/bootswatch.less
+++ b/journal/bootswatch.less
@@ -10,13 +10,13 @@
border-bottom: 2px solid @gray-lighter;
font-size: 18px;
font-family: @font-family-sans-serif;
- font-weight: bold;
+ font-weight: @headings-font-weight;
color: #000;
}
.navbar-brand {
font-size: 18px;
- font-weight: bold;
+ font-weight: @headings-font-weight;
text-transform: uppercase;
}
@@ -26,7 +26,7 @@
h1, h2, h3, h4, h5, h6 {
font-family: @font-family-sans-serif;
- font-weight: bold;
+ font-weight: @headings-font-weight;
color: #000;
}
@@ -90,7 +90,7 @@ h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
font-family: @font-family-sans-serif;
- font-weight: bold;
+ font-weight: @headings-font-weight;
color: #000;
}
} \ No newline at end of file