Skip to content

Commit

Permalink
Revert "feat: add announcement banner for registration (#44)" (#76)
Browse files Browse the repository at this point in the history
This reverts commit 489ed99.
  • Loading branch information
isamu-takagi authored Sep 2, 2024
1 parent 97603cc commit 82e8f2c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
*.md
overrides
13 changes: 0 additions & 13 deletions docs/stylesheets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,3 @@ h1 {
border-bottom: 2px solid #b70000;
background-color: #15151e;
}

.md-banner {
background-color: #15151e;
}

.banner-button {
background-color: #b70000 !important;
}

.banner-button:hover {
background-color: #15151e !important;
border: 2px solid #b70000 !important;
}
2 changes: 0 additions & 2 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ use_directory_urls: false

theme:
name: material
custom_dir: overrides
features:
- navigation.tabs
- navigation.tabs.sticky
- announce.dismiss
palette:
scheme: slate
primary: custom
Expand Down
5 changes: 0 additions & 5 deletions overrides/main.html

This file was deleted.

0 comments on commit 82e8f2c

Please sign in to comment.