summary refs log tree commit diff stats
path: root/theme/layouts/7
diff options
context:
space:
mode:
Diffstat (limited to 'theme/layouts/7')
-rwxr-xr-xtheme/layouts/7/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/theme/layouts/7/style.css b/theme/layouts/7/style.css index 8cde3aa..c1acec1 100755 --- a/theme/layouts/7/style.css +++ b/theme/layouts/7/style.css
@@ -8,7 +8,7 @@
8/* Body */ 8/* Body */
9 9
10body { 10body {
11 font-family: DeliciousRoman, Verdana, sans; 11 font-family: 'Lucida Grande', sans;
12 background-color: #111; 12 background-color: #111;
13} 13}
14 14
@@ -228,3 +228,7 @@ span.corners-top span,
228span.corners-bottom span { 228span.corners-bottom span {
229 visibility: hidden; 229 visibility: hidden;
230} 230}
231
232.post .entry {
233 font-family: DeliciousRoman, Verdana, sans;
234}