complete story 12.4
This commit is contained in:
+16
-15
@@ -28,7 +28,7 @@ blockquote {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #4A4A42;
|
||||
color: #8AB357;
|
||||
}
|
||||
|
||||
a img {
|
||||
@@ -38,7 +38,7 @@ a img {
|
||||
/* Typography */
|
||||
|
||||
h1 {
|
||||
color: #4A4A42;
|
||||
color: #6A9337;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
margin-top: 0;
|
||||
@@ -46,7 +46,7 @@ h1 {
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #4A4A42;
|
||||
color: #6A9337;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin-top: 0;
|
||||
@@ -54,7 +54,7 @@ h2 {
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: #4A4A42;
|
||||
color: #6A9337;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
margin-top: 0;
|
||||
@@ -100,7 +100,7 @@ img {
|
||||
/* Header */
|
||||
|
||||
.header {
|
||||
background-color: #4A4A42;
|
||||
background-color: #8AB357;
|
||||
padding: 25px 0;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -115,10 +115,11 @@ img {
|
||||
/* Logo */
|
||||
|
||||
.logo {
|
||||
height: 45px;
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
max-height: 45px;
|
||||
max-height: 60px;
|
||||
}
|
||||
|
||||
/* Body */
|
||||
@@ -184,7 +185,7 @@ img {
|
||||
}
|
||||
|
||||
.footer a {
|
||||
color: #C9C4BA;
|
||||
color: #A5C87A;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@@ -200,7 +201,7 @@ img {
|
||||
|
||||
.table th {
|
||||
border-bottom: 1px solid #e4e4e7;
|
||||
color: #4A4A42;
|
||||
color: #8AB357;
|
||||
margin: 0;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
@@ -242,11 +243,11 @@ img {
|
||||
|
||||
.button-blue,
|
||||
.button-primary {
|
||||
background-color: #4A4A42;
|
||||
border-bottom: 8px solid #4A4A42;
|
||||
border-left: 18px solid #4A4A42;
|
||||
border-right: 18px solid #4A4A42;
|
||||
border-top: 8px solid #4A4A42;
|
||||
background-color: #8AB357;
|
||||
border-bottom: 8px solid #8AB357;
|
||||
border-left: 18px solid #8AB357;
|
||||
border-right: 18px solid #8AB357;
|
||||
border-top: 8px solid #8AB357;
|
||||
color: #E8E4DC;
|
||||
}
|
||||
|
||||
@@ -271,7 +272,7 @@ img {
|
||||
/* Panels */
|
||||
|
||||
.panel {
|
||||
border-left: #C9C4BA solid 4px;
|
||||
border-left: #A5C87A solid 4px;
|
||||
margin: 21px 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user