chore (about): css in about page

This commit is contained in:
MickaelK 2024-12-03 12:16:15 +11:00
parent 5cd126d762
commit f2e006b545
2 changed files with 10 additions and 1 deletions

View file

@ -4,7 +4,15 @@
}
.component_page_about .small {
font-size: 0.9rem;
padding: 0 5px;
padding: 0px 2px;
}
.component_page_about a {
padding: 0 2px;
}
.component_page_about a:hover {
background: rgba(0, 0, 0, 0.05);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.component_page_about table {
border-spacing: 0px 20px;

View file

@ -105,6 +105,7 @@
.component_page_admin .page_container a:hover {
opacity: 0.8;
transition: opacity 0.2s;
text-shadow: 0 0 #000000aa;
}
.component_page_admin .page_container pre {
font-family: 'Source Code Pro', monospace;