link styling #3

Closed
opened 2023-11-07 22:23:32 +00:00 by Squel · 1 comment
Squel commented 2023-11-07 22:23:32 +00:00 (Migrated from codeberg.org)

currently, any links are rendered as normal text due to the following css in global.css:

/* General text styling (paragraph & link) */
p,
a,
label {
    font-size: 15px;
    color: inherit;
    text-decoration: none;
}

while i possibly want to keep this in the navigation bar, it does not make clear something is/might be a link. i want to restore the underline and possibly set a special font color for links inside the main content.

the same styling must be inherited by footnotes

currently, any links are rendered as normal text due to the following css in `global.css`: ```css /* General text styling (paragraph & link) */ p, a, label { font-size: 15px; color: inherit; text-decoration: none; } ``` while i possibly want to keep this in the navigation bar, it does not make clear something is/might be a link. i want to restore the underline and possibly set a special font color for links inside the main content. the same styling must be inherited by footnotes
Squel commented 2023-12-09 00:36:56 +00:00 (Migrated from codeberg.org)
https://codeberg.org/Squeljur/website/commit/b395a6b93ed7824c31a79ece53ea19d5f6a060f9
Commenting is not possible because the repository is archived.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
squel/website#3
No description provided.