mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 07:05:21 -04:00
15 lines
259 B
CSS
15 lines
259 B
CSS
.title {
|
|
margin-top: 0;
|
|
margin-bottom: 0.6em;
|
|
font-size: 2em;
|
|
font-weight: 500;
|
|
text-transform: lowercase;
|
|
}
|
|
|
|
.slug::before {
|
|
content: "\002E\002F"; /* "./" */
|
|
letter-spacing: 0.1em;
|
|
color: var(--colors-mediumLight);
|
|
margin-right: -0.1em;
|
|
}
|