Change colors to green

This commit is contained in:
2018-05-20 16:15:01 +02:00
parent fe9c8a22d6
commit 5728907154
2 changed files with 49 additions and 49 deletions

View File

@@ -3,7 +3,7 @@
html {
font-size: 100%;
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
height: 101%;
height: 100%;
}
body {
@@ -11,7 +11,7 @@ body {
font-size: 10px;
line-height: normal;
margin: 0;
padding: 12px 0;
padding: 0;
word-wrap: break-word;
-webkit-print-color-adjust: exact;
}
@@ -177,8 +177,8 @@ a:hover { text-decoration: underline; }
.site_logo {
display: inline-block;
width: 149px;
height: 52px;
width: 45px;
height: 50px;
}
/* Site description and logo */