[html] tweak style a bit

This commit is contained in:
Hylke Bons 2011-03-17 00:25:51 +00:00
parent 5002d31f36
commit e8a4492d23

View file

@ -8,7 +8,7 @@
<style> <style>
body { body {
background-color: #f1f1f1; background-color: #f0f0f0;
color: <!-- $body-color -->; color: <!-- $body-color -->;
font-size: <!-- $body-font-size -->; font-size: <!-- $body-font-size -->;
font-family: <!-- $body-font-family -->; font-family: <!-- $body-font-family -->;
@ -23,14 +23,15 @@
} }
.day-entry-header { .day-entry-header {
color: #d1d1d1; color: #dfdfdf;
padding: 3px; padding: 3px;
text-align: center; text-align: center;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
width: 90%; width: 90%;
text-shadow: 0 -1px 0 rgba( 0, 0, 0, 1.0), font-weight: lighter;
0 1px 0 rgba(255, 255, 255, 1.0); text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.8),
0 1px 0 rgba(255, 255, 255, 1.0);
} }
.day-entry-content { .day-entry-content {