ENH: Url use Green in dark mode

Change-Id: If6c295c2d2d79aab452b542820a485532e643b3c
This commit is contained in:
zorro.zhang 2023-07-10 14:55:58 +08:00 committed by Lane.Wei
parent 05e7ee24bd
commit a1c9422ec3
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ body
color: #B3B3B5;
}
a
{
color: #00AE42;
}
.ZScrol::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
background-color: #939594;
}