improve design
This commit is contained in:
parent
26047fb0e1
commit
266765fa75
26 changed files with 99 additions and 180 deletions
6
assets/dist/style.css
vendored
6
assets/dist/style.css
vendored
|
|
@ -284,13 +284,13 @@ button {
|
|||
a * {
|
||||
transition: font 0.2s ease-in-out;
|
||||
}
|
||||
a.no-line:hover * {
|
||||
a.no-underline:hover * {
|
||||
font-weight: 250;
|
||||
}
|
||||
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