updating nojs layout

This commit is contained in:
noxy
2020-05-02 13:05:29 +00:00
parent 923d9be188
commit 1ac8003e45
12 changed files with 165 additions and 20 deletions

View File

@@ -104,4 +104,33 @@ p.comment {
.irc-info {
margin: 10px;
text-align: center;
}
div#categories {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
align-self: center;
text-align: center;
}
nav.navbar.navbar-expand-lg.sticky-top.pl-3 {
background: #171717;
}
a.nav-link.faved {
color: red;
text-shadow: 0px 0px 8px red;
transform: rotate(-90deg);
}
a.nav-link.unfaved {
color: #717171;
transform: rotate(-90deg);
}
a.nav-link.unfaved:hover {
color: red;
text-shadow: 0px 0px 8px red;
opacity: 0.6;
transition: .5s;
}