1
0
Fork 0

Adjusted styles

This commit is contained in:
Ava Gaiety Wroten 2019-12-25 23:22:30 -06:00
parent 720733a5d5
commit bc0dfae6c2

View file

@ -1,5 +1,8 @@
body {
background: #282a36;
/*background: linear-gradient(180deg, rgba(40,42,54,1) 0%, rgba(67,33,58,1) 43%, rgba(27,12,31,1) 86%), #282a36;*/
background-position-y: 15rem;
background-repeat: no-repeat;
}
header {
@ -60,12 +63,16 @@ footer {
}
.feed-card {
background: #44475a;
background: linear-gradient(180deg, rgba(68,71,90,.6) 0%, rgba(68,71,90,0) 95%);
color: #f8f8f2;
border-radius: .5rem;
margin: 0 0 .5rem;
}
.feed-card h2 {
margin-top: -.25rem;
}
h1, h2, h3, h4, h5, h6 {
color: #f8f8f2;
}