1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-02 22:17:46 +00:00

blog(nginix): fixes

This commit is contained in:
RGBCube 2025-06-09 15:27:23 +03:00
parent e3f64ceae5
commit 74f71612a1
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
4 changed files with 45 additions and 33 deletions

View file

@ -284,6 +284,11 @@ body {
dark:bg-[#111] dark:shadow-[4px_4px_#bbb];
}
.callout {
@apply px-2.5 py-1 select-none text-white bg-black dark:text-black
dark:bg-white;
}
.token-addition {
@apply text-[green] dark:text-[mediumspringgreen];
}