Agg. PicoBlog; Aggiunta contatore visite

This commit is contained in:
2022-06-22 15:52:32 +02:00
parent cbe8ecc61a
commit 944050d42f
7 changed files with 39 additions and 15 deletions

View File

@@ -54,11 +54,17 @@ ul {
#MainBox > * > a::before,
#MainBox > * > * > a::before,
#MainBox > * > * > * > a::before {
#MainBox > * > * > * > a::before,
#MainBox > * > * > * > * > a::before {
content: '🔗 ';
}
a:hover:not(h3 > a), details > summary:hover {
#StatCounter > a::before {
content: '';
}
a:hover:not(h3 > a, .NoABigger),
details > summary:hover {
Font-Size: 15pt;
}
h1:hover {