Improved website style.

This commit is contained in:
The Wobbler 2024-12-01 19:43:01 +01:00
parent 976d83993b
commit 6f014e3c54
3 changed files with 5 additions and 5 deletions

View file

@ -83,7 +83,6 @@ $readmeContent
echo " $indentation<a href='$path' class='file-link'>$filename</a>\n";
}
}
echo " $indentation<br>\n";
}
}
}

View file

@ -1,6 +1,7 @@
.submenu {
display: none;
margin: 0px 16px 0px 16px;
margin: 0px 0px 0px 16px;
padding: 16px 0px 16px 0px;
border: 2px solid rgba(255, 255, 255, 0.3);
border-radius: 0px 16px 16px 16px;
background-color: rgba(46, 46, 46, 0.5);
@ -13,7 +14,7 @@
}
.file-link {
padding: 0px 16px 0px 16px;
padding: 8px 16px 8px 16px;
display: block;
}
@ -24,7 +25,7 @@
.hcb-label {
padding: 8px 16px;
margin: 16px 0px 0px 16px;
margin: 0px 0px 0px 16px;
cursor: pointer;
border-radius: 16px 16px 0px 0px;
border: 2px solid rgba(255, 255, 255, 0.3);

View file

@ -138,7 +138,7 @@ hr {
.tiny-text {
font-family: ubuntu, arial;
color: white;
font-size: 10px;
font-size: 14px;
}
.center-text {