Compare commits

...

2 commits

Author SHA1 Message Date
Lea 08bfb3f3d9
[skip ci] remove unwanted indentation
Some checks reported warnings
Build and release / release (push) Has been cancelled
2023-07-29 21:51:21 +02:00
Lea d1ae34df85
fix shortsha colour
All checks were successful
Build and release / release (push) Successful in 52s
2023-07-29 21:50:31 +02:00
2 changed files with 5 additions and 1 deletions

View file

@ -45,5 +45,5 @@ jobs:
Quick download (drops CSS files in your current directory):
\`\`\`bash
curl https://git.amogus.cloud/Lea/forgejo-themes/releases/download/$RELEASE_TAG/themes.tar | tar -xvf -
curl https://git.amogus.cloud/Lea/forgejo-themes/releases/download/$RELEASE_TAG/themes.tar | tar -xvf -
\`\`\`

View file

@ -126,3 +126,7 @@ i.grey.icon.icon.icon.icon {
background-color: fade(@orange, 80%);
color: @bg0;
}
.shortsha {
color: var(--color-text);
}