mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-20 20:10:16 -04:00
color for home page change
This commit is contained in:
parent
cc6b4183df
commit
7f1c3247b3
|
@ -117,8 +117,8 @@ body {
|
||||||
//color: #8f8f8f;
|
//color: #8f8f8f;
|
||||||
//background: white;
|
//background: white;
|
||||||
color: white;
|
color: white;
|
||||||
background-image: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
|
background-image: radial-gradient(circle, #070707 0%, #070707 100%);
|
||||||
font-family: "Cardo", serif;
|
font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
-webkit-font-smoothing: antialiased; }
|
-webkit-font-smoothing: antialiased; }
|
||||||
|
|
||||||
|
@ -129,7 +129,8 @@ h1 {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-family: "Montserrat", sans-serif; }
|
font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user