Try cleaning docs (#1034)

This commit is contained in:
Jamil
2022-10-17 10:40:28 -07:00
committed by GitHub
parent 4d08083f0f
commit bccebca359
2 changed files with 4 additions and 2 deletions

View File

@@ -28,6 +28,6 @@ jobs:
branch: gh-pages
folder: docs/build
target-folder: .
clean: false
clean: true
clean-exclude: |
*.*.*/

View File

@@ -65,6 +65,8 @@ table {
* where they end
*/
.tabs-container {
background: rgba(100, 100, 100, 0.2);
background: rgba(100, 100, 100, 0.1);
padding-bottom: 1.5rem;
padding-left: 1.5rem;
border-radius: 5px;
}