mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-15 18:23:41 +00:00
15 lines
299 B
CSS
15 lines
299 B
CSS
|
|
@tailwind base;
|
||
|
|
@tailwind components;
|
||
|
|
@tailwind utilities;
|
||
|
|
/* {
|
||
|
|
primary": "#b2b2b2",
|
||
|
|
"secondary": "#fcfcfc",
|
||
|
|
"accent": "#64c0fe",
|
||
|
|
"neutral": "#d1d1d1",
|
||
|
|
"base-100": "#212933",
|
||
|
|
"info": "#1d4ed8",
|
||
|
|
"success": "#818cf8",
|
||
|
|
"warning": "#facc15",
|
||
|
|
"error": "#ef4444",
|
||
|
|
} */
|