mirror of
https://tildegit.org/sbgodin/HtmGem.git
synced 2023-08-25 13:53:12 +02:00
Adds link to /htmgem on the icon of the menu
This commit is contained in:
parent
d68b403f33
commit
ddac76e5fa
@ -25,6 +25,14 @@ blockquote {
|
|||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu a.logo {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu a.logo:hover {
|
||||||
|
color: blue;
|
||||||
|
}
|
||||||
|
|
||||||
.menu hr {
|
.menu hr {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
@ -29,6 +29,14 @@ pre {
|
|||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu a {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu a:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
margin: -1.35rem;
|
margin: -1.35rem;
|
||||||
color: #090;
|
color: #090;
|
||||||
|
@ -55,7 +55,7 @@ function getMenu(string $scheme, string $domain, string $path, string $prefix=nu
|
|||||||
}
|
}
|
||||||
$linkList [] = $lastLink."\n"; // The last part holds no link
|
$linkList [] = $lastLink."\n"; // The last part holds no link
|
||||||
$output = "<div class='menu-line'>\n";
|
$output = "<div class='menu-line'>\n";
|
||||||
$output .= "<strong>$txt_icon</strong>$scheme\n";
|
$output .= "<strong><a class='logo' href='/htmgem'>$txt_icon</a></strong>$scheme\n";
|
||||||
$output .= implode(" / ", $linkList);
|
$output .= implode(" / ", $linkList);
|
||||||
$output .= "</div>\n";
|
$output .= "</div>\n";
|
||||||
return $output;
|
return $output;
|
||||||
|
Loading…
Reference in New Issue
Block a user