Skip to content

Commit

Permalink
Patch calendar.css (+minor cleanuopsanges to css) part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalchevrel committed Apr 30, 2024
1 parent 038a16a commit 9f75e2e
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 12 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
"overtrue/phplint": "^4.0",
"spatie/laravel-ignition": "^1.6",
"infection/infection": "^0.27.8",
"pestphp/pest-plugin-stressless": "^2.2" },
"pestphp/pest-plugin-stressless": "^2.2",
"symplify/vendor-patches": "*"
},
"autoload": {
"psr-4": {
"ReleaseInsights\\": "app/classes/ReleaseInsights",
Expand Down Expand Up @@ -100,6 +102,9 @@
},
"extra": {
"patches": {
"benhall14/php-calendar": {
"Make calendar.css use more neutral styles": "patches/benhall14-php-calendar-html-css-calendar-css.patch"
}
}
}
}
}
45 changes: 44 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 3 additions & 9 deletions public/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ nav svg {
}

/* home page */
h1,
h2,
h3 {
h1, h2, h3 {
font-weight: 300;
}

Expand All @@ -93,9 +91,7 @@ h3 {
margin-bottom: 2em;
}

#homepage h1,
#homepage h2,
#homepage h3 {
#homepage :is(h1, h2, h3) {
margin-top: 1em;
}

Expand Down Expand Up @@ -157,9 +153,7 @@ h3 {
margin-bottom: 0.5em;
}

#homepage h1,
#homepage h2,
#homepage h3 {
#homepage :is(h1, h2, h3) {
margin-top: 0.5em;
}

Expand Down

0 comments on commit 9f75e2e

Please sign in to comment.