mirror of
https://github.com/StepanovPlaton/AboutMe.git
synced 2026-04-03 20:30:49 +04:00
11 lines
263 B
CSS
11 lines
263 B
CSS
@reference "tailwindcss";
|
|
|
|
.expressive-code {
|
|
.frame {
|
|
@apply shadow-none!;
|
|
}
|
|
|
|
.title {
|
|
font-family: "JetBrains Mono Variable", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
}
|
|
} |