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 = [
|
||||
hakyll-site
|
||||
hls
|
||||
pkgs.nodePackages.pnpm
|
||||
pkgs.nodePackages.nodejs
|
||||
];
|
||||
shell.tools = {
|
||||
cabal = "latest";
|
||||
|
@ -60,7 +62,9 @@
|
|||
|
||||
website = pkgs.stdenv.mkDerivation {
|
||||
name = "website";
|
||||
buildInputs = [ ];
|
||||
buildInputs =
|
||||
[
|
||||
];
|
||||
src = pkgs.nix-gitignore.gitignoreSourcePure [
|
||||
./.gitignore
|
||||
".git"
|
||||
|
|
2575
pnpm-lock.yaml
2575
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -92,7 +92,7 @@
|
|||
@apply text-center;
|
||||
}
|
||||
details {
|
||||
@apply cursor-pointer;
|
||||
@apply cursor-pointer leading-loose sm:leading-[2] my-4 overflow-x-auto sm:text-lg font-light;
|
||||
}
|
||||
details summary {
|
||||
@apply mb-1;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue