mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-30 19:36:25 +02:00
feat: Code Block Syntax Highlighting & Copy Func
This commit is contained in:
parent
8c58fc417e
commit
4c8b03ce2b
6 changed files with 300 additions and 13 deletions
|
|
@ -45,6 +45,7 @@
|
|||
--sidebar-accent-foreground: oklch(0.205 0 0);
|
||||
--sidebar-border: oklch(0.922 0 0);
|
||||
--sidebar-ring: oklch(0.708 0 0);
|
||||
--syntax-bg: #f5f5f5;
|
||||
}
|
||||
|
||||
.dark {
|
||||
|
|
@ -80,6 +81,7 @@
|
|||
--sidebar-accent-foreground: oklch(0.985 0 0);
|
||||
--sidebar-border: oklch(0.269 0 0);
|
||||
--sidebar-ring: oklch(0.439 0 0);
|
||||
--syntax-bg: #1e1e1e;
|
||||
}
|
||||
|
||||
@theme inline {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue