Change colors to green
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user