Skip to content

Commit

Permalink
Merge pull request #5 from agama-project/underline-links
Browse files Browse the repository at this point in the history
fix: underline links
  • Loading branch information
imobachgs authored Sep 26, 2024
2 parents e27720c + 9fea3ab commit 55d84c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/devel/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ Here are some hints what to do when some untranslated text appears in the Agama
[testing language](#testing-language).
2. If the text comes from back-end or the other parts check that the appropriate [language
package](#back-end-translations) is installed.
3. The text should be [extracted into the POT file](#building-pot-file)
3. The text should be [extracted into the POT file](#building-the-pot-file)
4. The [agama.pot](https://github.com/openSUSE/agama-weblate/blob/master/web/agama.pot) in the
`agama-weblate` repository is up to date, if not then run the [Weblate Update
POT](https://github.com/openSUSE/agama/actions/workflows/weblate-update-pot.yml) Github Action
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ perspective.

- [Users documentation](/docs/user): it explains how to use Agama to install a system. It is
oriented towards users that want to use an Agama Live ISO (e.g., the [openSUSE Agama
ISO](../download)) to perform an installation.
ISO](/download)) to perform an installation.
- [Developer resources](/docs/devel/): are you interested in Agama's development? Then do not forget
to check out these resources.

Expand Down
1 change: 1 addition & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
--ifm-heading-font-weight: 500;
--ifm-h1-font-size: 3rem;
--ifm-h2-font-size: 2rem;
--ifm-link-decoration: underline;

--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
Expand Down

0 comments on commit 55d84c1

Please sign in to comment.