Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,53 +47,6 @@ table.spec__table thead {
.readcode-code {
}

.notice {
margin-top: 0rem;
margin-bottom: 0rem;
color: #666;
}

.notice-type {
font-size: 1rem;
font-weight: bold;
padding: 0rem 1rem 0rem 1rem;
width: 100%;
color: white;
display: inline-block;
}

.notice-content {
padding: 0.5rem 1rem 0.5rem 1rem;
}

.note-notice .notice-type {
background: #6AB0DE;
}
.note-notice .notice-content {
background: #E7F2FA;
}

.info-notice .notice-type {
background: #F0B37E;
}
.info-notice .notice-content {
background: #FFF2DB;
}

.warning-notice .notice-type {
background: rgba(217, 83, 79, 0.8);
}
.warning-notice .notice-content {
background: #FAE2E2;
}
.tip-notice .notice-type {
background: rgba(92, 184, 92, 0.8);
}

.tip-notice .notice-content {
background: #E6F9E6;
}

.menu-spacer {
margin-left: auto;
}
Expand Down
5 changes: 0 additions & 5 deletions layouts/shortcodes/mermaid.html

This file was deleted.

6 changes: 0 additions & 6 deletions layouts/shortcodes/notice.html

This file was deleted.

2 changes: 1 addition & 1 deletion themes/scientific-python-hugo-theme