Remove gray over red to avoid contrast problems
parent
82a3daa71a
commit
0866d22442
|
@ -61,9 +61,10 @@
|
|||
.hero {
|
||||
width: 100%;
|
||||
.row {
|
||||
background: $whitish;
|
||||
border-bottom: 0;
|
||||
border-bottom: 1px solid $whitish;
|
||||
border-top: 1px solid $whitish;
|
||||
margin: 1rem 0;
|
||||
padding: 1.5rem 1rem;
|
||||
}
|
||||
}
|
||||
.avatar {
|
||||
|
|
Loading…
Reference in New Issue