mirror of
https://github.com/Alexander-D-Karpov/about.git
synced 2026-03-16 22:06:08 +03:00
35 lines
455 B
CSS
35 lines
455 B
CSS
.profile-titles {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 4px;
|
|
margin: .25rem 0 .5rem;
|
|
}
|
|
|
|
.profile-title {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.profile-title-web {
|
|
color: var(--accent-2);
|
|
}
|
|
|
|
.profile-title-rest {
|
|
color: var(--ink-2);
|
|
}
|
|
|
|
.profile-subtitle {
|
|
font-weight: 700;
|
|
display: inline-block;
|
|
}
|
|
|
|
.subtitle-dev {
|
|
color: var(--accent);
|
|
}
|
|
|
|
.subtitle-sec {
|
|
color: var(--good);
|
|
}
|
|
|
|
.subtitle-ops {
|
|
color: var(--warn);
|
|
} |