improve design
This commit is contained in:
parent
26047fb0e1
commit
266765fa75
26 changed files with 99 additions and 180 deletions
|
|
@ -95,7 +95,7 @@ button,
|
|||
}
|
||||
.fs-xxl {
|
||||
font-size: var(--font-size-xxl) !important;
|
||||
line-height: calc(var(--unit--vertical) * 3) !important;
|
||||
line-height: calc(var(--unit--vertical) * 2.5) !important;
|
||||
}
|
||||
|
||||
p,
|
||||
|
|
@ -141,18 +141,18 @@ a * {
|
|||
transition: font 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
a.no-line.text__title:hover * {
|
||||
a.no-underline.text__title:hover * {
|
||||
text-decoration: underline;
|
||||
text-decoration-color: inherit;
|
||||
text-decoration-line: underline;
|
||||
text-underline-offset: 0.2rem;
|
||||
text-decoration-thickness: 0.5px;
|
||||
}
|
||||
a:not(.no-line):hover {
|
||||
a:not(.no-underline):hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:not(.no-line) {
|
||||
a:not(.no-underline) {
|
||||
text-decoration: underline;
|
||||
text-decoration-color: inherit;
|
||||
text-decoration-line: underline;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue