mirror of
https://github.com/coaidev/coai.git
synced 2025-05-30 02:10:25 +09:00
update markdown syntax theme
This commit is contained in:
parent
94f714e25e
commit
3c6cc4aaac
@ -38,7 +38,9 @@
|
||||
--input-unread: 37 26% 70%;
|
||||
--ring: 222.2 84% 4.9%;
|
||||
--text: 0 0% 0%;
|
||||
--text-dark: 0 0% 100%;
|
||||
--text-secondary: 0 0% 20%;
|
||||
--text-secondary-dark: 0 0% 80%;
|
||||
|
||||
--radius: 0.5rem;
|
||||
|
||||
|
@ -67,6 +67,7 @@
|
||||
user-select: none;
|
||||
|
||||
p {
|
||||
color: hsl(var(--text-secondary-dark));
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
margin: 0 0 0 6px;
|
||||
@ -75,11 +76,11 @@
|
||||
|
||||
svg {
|
||||
cursor: pointer;
|
||||
color: hsl(var(--text-secondary));
|
||||
color: hsl(var(--text-secondary-dark));
|
||||
transition: .2s;
|
||||
|
||||
&:hover {
|
||||
color: hsl(var(--text));
|
||||
color: hsl(var(--text-dark));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import {
|
||||
} from "@/utils/env.ts";
|
||||
import { getMemory } from "@/utils/memory.ts";
|
||||
|
||||
export const version = "3.6.35";
|
||||
export const version = "3.6.36";
|
||||
export const dev: boolean = getDev();
|
||||
export const deploy: boolean = true;
|
||||
export let rest_api: string = getRestApi(deploy);
|
||||
|
Loading…
Reference in New Issue
Block a user