diff options
Diffstat (limited to 'grid.css')
-rw-r--r-- | grid.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -60,6 +60,11 @@ body { list-style: none; } +ul.list-item > li > a { + color: var(--text); + text-decoration: none; +} + label[for="navbar-toggle-cbox"] { cursor: pointer; |