mirror of
https://github.com/mickael-kerjean/filestash
synced 2026-01-02 13:57:00 +01:00
chore (about): css in about page
This commit is contained in:
parent
5cd126d762
commit
f2e006b545
2 changed files with 10 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue