[html] tweak style a bit

This commit is contained in:
Hylke Bons 2011-03-17 00:25:51 +00:00
parent 564a16ed92
commit 3d34906578

View file

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