1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-27 17:47:54 +02:00

Built site for AMR: 1.8.1.9045@e7af5fc

This commit is contained in:
github-actions
2022-08-28 20:45:38 +00:00
parent 44b99f8875
commit a62a35d91d
107 changed files with 3425 additions and 2733 deletions

View File

@ -25,9 +25,6 @@
# ==================================================================== #
*/
h1, h2 {
text-align: left !important;
}
/* replace 'Developers' with 'Maintainers' */
.developers h2 {
display: none;
@ -74,11 +71,15 @@ a pre[href] {
color: var(--bs-success);
text-decoration: none;
}
a[href] {
text-decoration: none;
}
code a[href]:hover, code a[href]:focus,
a[href] code:hover, a[href] code:focus,
pre a[href]:hover, pre a[href]:focus,
a code[href]:hover, a code[href]:focus,
a pre[href]:hover, a pre[href]:focus {
a pre[href]:hover, a pre[href]:focus,
a[href]:hover, a[href]:focus {
/* adjusted colour for all real links; having href attribute */
text-decoration: underline;
}