chore: feed styles

This commit is contained in:
Cory Dransfeldt 2024-08-10 16:51:43 -07:00
parent 8e91ebf27c
commit 94d58d0f0c
No known key found for this signature in database
4 changed files with 18 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "21.10.2",
"version": "21.10.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "21.10.2",
"version": "21.10.3",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.4.0",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "21.10.2",
"version": "21.10.3",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"scripts": {

View file

@ -233,6 +233,20 @@
margin-bottom: 0;
}
strong,
blockquote {
font-weight: var(--font-weight-bold);
}
blockquote {
font-size: var(--font-size-lg);
word-break: break-word;
color: var(--gray-dark);
padding-left: var(--sizing-lg);
border-left: var(--sizing-xs) solid var(--gray-dark);
margin: var(--sizing-base) 0;
}
hr {
height: 1px;
background-color: var(--border-color);

View file

@ -1,5 +1,5 @@
name = "analytics-worker"
main = "./index.js" # Add this line to specify the entry point
main = "./index.js"
compatibility_date = "2023-01-01"
account_id = "${CF_ACCOUNT_ID}"