- aggiunti fonts

- modificata navbar
- aggiunto un template
This commit is contained in:
Annamaria Sassi
2025-09-09 13:22:55 +02:00
parent 47dbc24b13
commit 618c1acc4f
38 changed files with 1759 additions and 218 deletions
+26 -1
View File
@@ -1 +1,26 @@

.nav-item {
font-size: 0.9rem;
padding-bottom: 0.1rem;
}
.nav-item ::deep a {
color: #000000;
border-radius: 5px;
height: 2.7rem;
display: flex;
align-items: center;
line-height: 2.7rem;
}
.nav-item ::deep a.active {
color: #000000;
background-color: rgba(255,255,255,0.75);
color: black;
border-color: rgba(255,255,255,0.5);
}
.nav-item ::deep a:hover {
color: #282727;
background-color: rgba(255,255,255,0.5);
color: black;
border-color: rgba(255,255,255,0.5);
}