CSS tweaks

This commit is contained in:
2022-02-10 21:25:16 -05:00
parent bfd080943d
commit 8ab8124370
7 changed files with 23608 additions and 155 deletions

View File

@@ -146,6 +146,7 @@ html, body {
.theme-black .nav-tabs .nav-link {
color: #e0e0e0;
border-radius: 0;
}
.theme-black .nav-tabs .nav-item.show .nav-link, .theme-black .nav-tabs .nav-link.active {

View File

@@ -169,6 +169,14 @@ export default Vue.extend({
color: inherit;
}
.theme-black .list-group-item {
border: 1px solid rgba(255,255,255, 0.1);
}
.theme-black .list-group-item:first-child {
border: 1px solid rgba(255,255,255, 0.05);
}
.theme-black .list-group-item.active {
z-index: 2;
background-color: inherit;