always show name color, add dark mode

This commit is contained in:
pypy
2020-01-12 21:07:48 +09:00
parent ef658cbb27
commit 75b9849a65
4 changed files with 345 additions and 14 deletions

View File

@@ -75,12 +75,12 @@ For a copy, see <https://opensource.org/licenses/MIT>.
}
::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.1);
background: rgba(0, 0, 0, 0.05);
border-radius: 16px;
}
::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.25);
background: rgba(0, 0, 0, 0.2);
border-radius: 16px;
}
@@ -89,6 +89,10 @@ body, input, textarea, select, button {
line-height: normal;
}
a {
color: #409eff;
}
.x-link {
cursor: pointer;
}
@@ -155,8 +159,8 @@ body, input, textarea, select, button {
content: '';
right: 4px;
top: 4px;
width: 6px;
height: 6px;
width: 4px;
height: 4px;
background: #EBEEF5;
border-radius: 50%
}