Fix grey button

This commit is contained in:
2022-11-02 10:42:53 +08:00
parent 7f152f9537
commit 33143610d1
22 changed files with 26 additions and 21 deletions

View File

@@ -77,6 +77,11 @@
color: @bg0;
}
/* grey button (rss feed button in repository home page) */
i.grey.icon.icon.icon.icon {
color: @grey
}
/* scroll bar */
* {
scrollbar-color: @secondary transparent !important;