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