Skip to content

Commit c55cba8

Browse files
Remove our old notices; use pst admonitions (#326)
1 parent 0799688 commit c55cba8

4 files changed

Lines changed: 0 additions & 116 deletions

File tree

assets/theme-css/light-mode.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@
2222
--colorBackgroundInverse: var(--colorPrimaryDark);
2323
--colorLinkInverse: var(--colorPrimaryLight);
2424

25-
/* .notice boxes (the heading colors are the same in both themes) */
26-
--colorNoteBackground: #e7f2fa;
27-
--colorInfoBackground: #fff2db;
28-
--colorWarningBackground: #fae2e2;
29-
--colorTipBackground: #e6f9e6;
30-
3125
/* Color from bulma.css, but this variable is currently only used for
3226
dark mode. */
3327
--colorCode: #da1039;

assets/theme-css/notices.css

Lines changed: 0 additions & 66 deletions
This file was deleted.

assets/theme-css/vars.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,4 @@
1313

1414
--colorBrightBlue: rgb(30, 135, 240);
1515
--colorYellow: rgb(255, 197, 83);
16-
17-
/* .notice boxes (only the heading colors; the content background
18-
colors are in the light/dark mode files) */
19-
/* FIXME: These colors should probably use named colors. */
20-
--colorNoteHeading: #6ab0de;
21-
--colorInfoHeading: #f0b37e;
22-
--colorWarningHeading: rgba(217, 83, 79, 0.8);
23-
--colorTipHeading: rgba(92, 184, 92, 0.8);
2416
}

layouts/shortcodes/notice.html

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)