mirror of
https://github.com/opelly27/cweb.git
synced 2026-05-20 07:27:36 +00:00
Merge branch 'master' of https://github.com/camsqu/cweb
This commit is contained in:
+3
-8
@@ -1640,8 +1640,8 @@
|
|||||||
/* Type */
|
/* Type */
|
||||||
|
|
||||||
body, input, select, textarea {
|
body, input, select, textarea {
|
||||||
color: #585858;
|
color: #ffffff;
|
||||||
font-family: "Source Sans Pro", Helvetica, sans-serif;
|
font-family: 'Shrikhand', sans-serif;
|
||||||
font-size: 16pt;
|
font-size: 16pt;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 1.75;
|
line-height: 1.75;
|
||||||
@@ -1734,27 +1734,22 @@
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
color: white
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
color: white
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
color: white
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
color: white
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h6 {
|
h6 {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
color: white
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 980px) {
|
@media screen and (max-width: 980px) {
|
||||||
@@ -3200,7 +3195,7 @@
|
|||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
padding: 5em 0 6em 0 ;
|
padding: 5em 0 6em 0 ;
|
||||||
background-color: #000000;
|
background-color: #696969;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer > .inner {
|
#footer > .inner {
|
||||||
|
|||||||
Reference in New Issue
Block a user