generated from hjess/PythonTemplateProject
Middelware update and footer content
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 39s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 39s
This commit is contained in:
@@ -3063,6 +3063,21 @@ button:disabled,
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.footer-link {
|
||||
font-size: 0.9rem; /* Reduceret skriftstørrelse */
|
||||
font-weight: normal; /* Normal vægt, ikke fed */
|
||||
text-decoration: none; /* Fjerner understregning */
|
||||
display: inline-block; /* Bedre layoutjustering */
|
||||
margin: 8px 0; /* Lidt luft omkring linket */
|
||||
text-align: center; /* Centreret, hvis relevant */
|
||||
transition: color 0.3s ease; /* Glidende farveskift ved hover */
|
||||
}
|
||||
.footer-link:hover {
|
||||
color: #000; /* Mørkere farve ved hover */
|
||||
text-decoration: none; /* Understregning ved hover */
|
||||
transition: color 0.5s ease; /* Glidende farveskift ved hover */
|
||||
}
|
||||
|
||||
/* Menu */
|
||||
#menu ul {
|
||||
-moz-user-select: none;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -15,4 +15,21 @@
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.footer-link {
|
||||
font-size: 0.9rem; /* Reduceret skriftstørrelse */
|
||||
font-weight: normal; /* Normal vægt, ikke fed */
|
||||
text-decoration: none; /* Fjerner understregning */
|
||||
display: inline-block; /* Bedre layoutjustering */
|
||||
margin: 8px 0; /* Lidt luft omkring linket */
|
||||
text-align: center; /* Centreret, hvis relevant */
|
||||
transition: color 0.3s ease; /* Glidende farveskift ved hover */
|
||||
|
||||
&:hover {
|
||||
color: #000; /* Mørkere farve ved hover */
|
||||
text-decoration: none; /* Understregning ved hover */
|
||||
transition: color 0.5s ease; /* Glidende farveskift ved hover */
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user