mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 01:51:54 +02:00
width custom post
This commit is contained in:
parent
eebeffc781
commit
49f3fa73f3
1 changed files with 7 additions and 0 deletions
|
@ -1,9 +1,16 @@
|
||||||
/* Slate scheme */
|
/* Slate scheme */
|
||||||
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
|
||||||
--color-link: 58, 84, 215;
|
--color-link: 58, 84, 215;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.max-w-prose {
|
||||||
|
max-width: 100ch;
|
||||||
|
}
|
||||||
|
|
||||||
.chroma .k,
|
.chroma .k,
|
||||||
.chroma .kd,
|
.chroma .kd,
|
||||||
.chroma .kn {
|
.chroma .kn {
|
||||||
|
|
Loading…
Add table
Reference in a new issue