added version + Gitea link in footer
This commit is contained in:
@ -53,7 +53,16 @@ nav a:hover {
|
||||
|
||||
footer {
|
||||
background-color: var(--dark2);
|
||||
min-height: 3em;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
padding: 1.2em;
|
||||
}
|
||||
|
||||
footer .sep {
|
||||
margin: 0 0.5em;
|
||||
border-left: solid var(--light1) 1px;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
main {
|
||||
@ -83,4 +92,8 @@ button, select {
|
||||
|
||||
.template {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #69c935
|
||||
}
|
Reference in New Issue
Block a user