Add title
class for use on <strong>
This commit is contained in:
@ -164,10 +164,8 @@
|
||||
width: min(calc(var(--container-width) / 3), calc(90vw - 3rem));
|
||||
max-height: 50vh;
|
||||
|
||||
&>strong {
|
||||
strong.title {
|
||||
color: var(--fg-muted-4);
|
||||
font-size: var(--font-size-x-large);
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
div {
|
||||
|
@ -20,9 +20,8 @@
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.big {
|
||||
font-size: var(--font-size-x-large);
|
||||
line-height: 1;
|
||||
.title {
|
||||
color: inherit;
|
||||
|
||||
.icon {
|
||||
margin-inline-end: 0.375rem;
|
||||
|
5
sass/_title.scss
Normal file
5
sass/_title.scss
Normal file
@ -0,0 +1,5 @@
|
||||
strong.title {
|
||||
color: var(--accent-color);
|
||||
font-size: var(--font-size-x-large);
|
||||
line-height: 1;
|
||||
}
|
@ -32,5 +32,6 @@
|
||||
@use "statements";
|
||||
@use "table";
|
||||
@use "tags";
|
||||
@use "title";
|
||||
@use "typography";
|
||||
@use "zola-anchor";
|
||||
|
Reference in New Issue
Block a user