chore(base/index.css): update calendar icon styles
This commit is contained in:
parent
6a4407ca1e
commit
cc8bdf017b
3 changed files with 6 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "9.2.4",
|
"version": "9.2.5",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "9.2.4",
|
"version": "9.2.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"minisearch": "^7.1.2",
|
"minisearch": "^7.1.2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "9.2.4",
|
"version": "9.2.5",
|
||||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -110,6 +110,7 @@ ol {
|
||||||
.brand-mastodon,
|
.brand-mastodon,
|
||||||
.brand-npm,
|
.brand-npm,
|
||||||
.calendar,
|
.calendar,
|
||||||
|
.calendar-plus,
|
||||||
.coffee,
|
.coffee,
|
||||||
.concerts,
|
.concerts,
|
||||||
.country,
|
.country,
|
||||||
|
@ -153,7 +154,8 @@ ol {
|
||||||
&.brand-npm {
|
&.brand-npm {
|
||||||
--section-color: var(--brand-npm);
|
--section-color: var(--brand-npm);
|
||||||
}
|
}
|
||||||
&.calendar {
|
&.calendar,
|
||||||
|
&.calendar-plus {
|
||||||
--section-color: var(--calendar);
|
--section-color: var(--calendar);
|
||||||
}
|
}
|
||||||
&.coffee {
|
&.coffee {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue