Skip to content

Commit

Permalink
Merge pull request #265 from shorepine/www2
Browse files Browse the repository at this point in the history
www2
  • Loading branch information
bwhitman authored Jul 29, 2024
2 parents 8da245c + 2ed7134 commit 3397330
Show file tree
Hide file tree
Showing 105 changed files with 172 additions and 976 deletions.
87 changes: 0 additions & 87 deletions www/404.html

This file was deleted.

2 changes: 0 additions & 2 deletions www/README.md

This file was deleted.

285 changes: 0 additions & 285 deletions www/content.html

This file was deleted.

8 changes: 7 additions & 1 deletion www/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -6598,6 +6598,11 @@ textarea.form-control-lg {
.text-opacity-100 {
--bs-text-opacity: 1; }

.block-white {
--bs-bg-opacity: 0;
background-color: #ffffff; }


.bg-primary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }
Expand Down Expand Up @@ -8904,7 +8909,8 @@ img {

.navbar {
padding-top: 32px;
padding-bottom: 32px; }
padding-bottom: 32px;
}

.navbar.scrolled {
padding-top: 12px;
Expand Down
Loading

0 comments on commit 3397330

Please sign in to comment.