Skip to content

Commit

Permalink
Merge pull request #13 from ahnaf-tahmid-chowdhury/release-0.1.2
Browse files Browse the repository at this point in the history
tab color fixed
  • Loading branch information
ahnaf-tahmid-chowdhury committed Sep 6, 2023
2 parents 83ae669 + f3ddc2f commit 53236b7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
- Rename `nuclearboy` to `nuclearkid`. (#10)
- Rename NuclearBoy to NuclearKid. (#10 #11)

### Fixed
- Tab colors. (#13)

### Documentation
- Updated user guide to install the NuclearBoy from releases. (#12)
- Updated welcome page and templates. (#12)

[v0.1.2]: https://github.com/ahnaf-tahmid-chowdhury/NuclearKid/releases/tag/v0.1.2

Expand Down
11 changes: 11 additions & 0 deletions docs/_static/nuclearkid.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,14 @@
#ethical-ad-placement{
display: none !important;
}

.sphinx-tabs-panel{
border: 1px solid var(--pst-color-border) !important;
border-top: 0 !important;
background: none !important;
}
.sphinx-tabs-tab[aria-selected="true"]{
border: 1px solid var(--pst-color-border) !important;
border-bottom: 1px solid var(--pst-color-background) !important;
background-color: transparent !important;
}

0 comments on commit 53236b7

Please sign in to comment.