More actions
m (BakiDance moved page Template:Navigation/pill/styles.css to Template:Navigation/styles.css without leaving a redirect) |
m (BakiDance moved page Template:Navigation/styles.css to Template:Home/Navigation/styles.css without leaving a redirect: playing hot potato with it) |
(No difference)
| |
Latest revision as of 05:02, 31 January 2023
#home-nav {
margin-top: 1rem;
}
#home-nav .home-card__background:after {
position: absolute;
pointer-events: none;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
background: linear-gradient(to right,rgba(0, 0, 0, 0.8),transparent);
content: "";
}
#home-nav .home-card__foreground {
pointer-events: none;
height: 100%;
width: 100%;
display: flex;
align-items: center;
padding: 0 15px;
color: #fff;
font-weight: bold;
}