Remove CSS file for SVG icon control

This commit is contained in:
Helen Chong 2024-06-23 12:24:31 +08:00
parent 407bd106ba
commit a0a209937b
2 changed files with 1 additions and 22 deletions

View File

@ -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;
}

View File

@ -1,6 +1,6 @@
---
title: Guestbook
customCSSSheets: ["svgIconControl", "comments"]
customCSSSheets: ["comments"]
customJSFiles: ["svgIconControl", "googleSheetsReaderGizmo", "comments"]
eleventyNavigation:
key: Guestbook