[de] styling

This commit is contained in:
Gaspard Jankowiak 2022-04-04 10:08:24 +02:00
commit fd7ae0f5fb
2 changed files with 4 additions and 2 deletions

View file

@ -44,8 +44,8 @@ html, body { height: 100%; text-align: justify;
font-family: "OpenSans", sans;
line-height: 1.4em; }
a { text-decoration: none; color: $links; }
a:hover { color: #009; }
a, summary { text-decoration: none; color: $links; }
a:hover, summary:hover { color: #009; }
strong { font-weight: bold; }