stacker.news/components/header.module.css

13 lines
280 B
CSS
Raw Normal View History

2021-04-12 13:05:09 -05:00
.brand {
font-family: lightning;
font-size: 2rem;
padding: 0;
line-height: 100%;
margin-bottom: -.3rem;
}
.navbar {
padding: 0rem 1.75rem;
2021-04-22 17:14:32 -05:00
background-color: transparent !important;
background-image: linear-gradient(#FADA5E, #FADA5E, transparent)
2021-04-12 13:05:09 -05:00
}