mirror of
https://github.com/RGBCube/Site
synced 2025-08-02 22:17:46 +00:00
blog(nginix): fixes
This commit is contained in:
parent
e3f64ceae5
commit
74f71612a1
4 changed files with 45 additions and 33 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue