add ssh key format post
This commit is contained in:
src
lib
plugins
routes
styles
@ -21,6 +21,12 @@
|
||||
--primary-color-faded: hsl(202deg 14% 36%);
|
||||
--accent-color: hsl(0deg, 92%, 29%);
|
||||
--accent-color-faded: hsl(0deg, 25%, 55%);
|
||||
|
||||
@media(max-width: 640px) {
|
||||
--content-line-height: 1.25;
|
||||
--content-size: 1.15rem;
|
||||
--content-size-sm: 0.9rem;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
@ -29,4 +35,5 @@ body {
|
||||
line-height: var(--content-line-height);
|
||||
letter-spacing: -0.005em;
|
||||
color: var(--content-color);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user