mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
style: add paragraph styling to <detail>
This commit is contained in:
parent
36b5610592
commit
a8b1c8c040
4 changed files with 1198 additions and 1441 deletions
|
@ -37,6 +37,8 @@
|
||||||
shell.buildInputs = [
|
shell.buildInputs = [
|
||||||
hakyll-site
|
hakyll-site
|
||||||
hls
|
hls
|
||||||
|
pkgs.nodePackages.pnpm
|
||||||
|
pkgs.nodePackages.nodejs
|
||||||
];
|
];
|
||||||
shell.tools = {
|
shell.tools = {
|
||||||
cabal = "latest";
|
cabal = "latest";
|
||||||
|
@ -60,7 +62,9 @@
|
||||||
|
|
||||||
website = pkgs.stdenv.mkDerivation {
|
website = pkgs.stdenv.mkDerivation {
|
||||||
name = "website";
|
name = "website";
|
||||||
buildInputs = [ ];
|
buildInputs =
|
||||||
|
[
|
||||||
|
];
|
||||||
src = pkgs.nix-gitignore.gitignoreSourcePure [
|
src = pkgs.nix-gitignore.gitignoreSourcePure [
|
||||||
./.gitignore
|
./.gitignore
|
||||||
".git"
|
".git"
|
||||||
|
|
2577
pnpm-lock.yaml
2577
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -92,7 +92,7 @@
|
||||||
@apply text-center;
|
@apply text-center;
|
||||||
}
|
}
|
||||||
details {
|
details {
|
||||||
@apply cursor-pointer;
|
@apply cursor-pointer leading-loose sm:leading-[2] my-4 overflow-x-auto sm:text-lg font-light;
|
||||||
}
|
}
|
||||||
details summary {
|
details summary {
|
||||||
@apply mb-1;
|
@apply mb-1;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue