Merge pull request #2875 from int2001/FixBandListNew

Fix: Show "blue" bar for new spots at BS5
这个提交包含在:
Andreas Kristiansen 2023-12-27 12:45:35 +01:00 提交者 GitHub
当前提交 2b12d15702
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -18,6 +18,8 @@
-moz-transition: all 15s ease; -moz-transition: all 15s ease;
-o-transition: all 15s ease; -o-transition: all 15s ease;
transition: all 15s ease; transition: all 15s ease;
--bs-table-bg: #5dade2;
--bs-table-accent-bg: #5dade2;
} }
</style> </style>