Fix pointer on index tab

This commit is contained in:
Tim Van Baak 2021-02-12 10:06:51 -08:00
parent aac4c8477f
commit 276a77b67e
1 changed files with 3 additions and 1 deletions

View File

@ -39,13 +39,15 @@
font-family: monospace;
font-weight: bold;
color: #888;
cursor: pointer;
user-select: none
}
div.tab a {
color: #888;
text-decoration: none;
}
div.tab-content {
cursor: pointer;
}
div.tab-down {
background-color: #333;
border-color: #bbb;