adjust styles
This commit is contained in:
parent
dd217e7a6a
commit
3804d13cb6
34 changed files with 756 additions and 174 deletions
|
|
@ -8,6 +8,11 @@
|
|||
font-style: normal;
|
||||
}
|
||||
|
||||
.accent {
|
||||
color: var(--color-secondary);
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: "Switzer-Variable", sans-serif;
|
||||
}
|
||||
|
|
@ -41,13 +46,20 @@ article h2 {
|
|||
--margin-left: calc(4 * var(--unit--horizontal));
|
||||
width: calc(100% - var(--margin-left));
|
||||
margin-left: var(--margin-left);
|
||||
font-size: var(--font-size-l);
|
||||
line-height: var(--unit--vertical);
|
||||
}
|
||||
|
||||
.main-title {
|
||||
line-height: 1;
|
||||
line-height: calc(var(--unit--vertical) * 2);
|
||||
text-align: left;
|
||||
box-sizing: border-box;
|
||||
font-weight: var(--font-weight-light);
|
||||
margin-bottom: var(--unit--vertical);
|
||||
}
|
||||
|
||||
.texts__title {
|
||||
font-size: var(--font-size-l);
|
||||
}
|
||||
|
||||
p,
|
||||
|
|
@ -70,9 +82,11 @@ button,
|
|||
}
|
||||
.fs-xl {
|
||||
font-size: var(--font-size-xl) !important;
|
||||
line-height: calc(var(--unit--vertical) * 1.5) !important;
|
||||
}
|
||||
.fs-xxl {
|
||||
font-size: var(--font-size-xxl) !important;
|
||||
line-height: calc(var(--unit--vertical) * 2.5) !important;
|
||||
}
|
||||
|
||||
p,
|
||||
|
|
@ -121,8 +135,8 @@ a:not(.no-line):hover {
|
|||
}
|
||||
|
||||
a:not(.no-line) {
|
||||
text-decoration: dotted;
|
||||
text-decoration-color: #fff;
|
||||
text-decoration: underline;
|
||||
text-decoration-color: inherit;
|
||||
text-decoration-line: underline;
|
||||
text-underline-offset: 0.2rem;
|
||||
text-decoration-thickness: 0.5px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue