diff --git a/src/assets/css/svgIconControl.css b/src/assets/css/svgIconControl.css deleted file mode 100644 index abc701c6..00000000 --- a/src/assets/css/svgIconControl.css +++ /dev/null @@ -1,21 +0,0 @@ -/** - * Author: Vera Konigin - * Site: https://groundedwren.neocities.org - * Contact: vera@groundedwren.com - * - * File Description: Styles for the SVG Icon web component - * CSS variables come from https://groundedwren.neocities.org/styles/gwBoilerPlatePersonalization.css - */ - - .icon { - fill: var(--icon-color); - width: 16px; - height: 16px; -} - -gw-icon { - display: inline-flex; - flex-direction: row; - align-items: center; - justify-content: center; -} \ No newline at end of file diff --git a/src/pages/guestbook.njk b/src/pages/guestbook.njk index d97a9a69..5bb5ef2a 100644 --- a/src/pages/guestbook.njk +++ b/src/pages/guestbook.njk @@ -1,6 +1,6 @@ --- title: Guestbook -customCSSSheets: ["svgIconControl", "comments"] +customCSSSheets: ["comments"] customJSFiles: ["svgIconControl", "googleSheetsReaderGizmo", "comments"] eleventyNavigation: key: Guestbook