Styling : adding logo + modifying colors to match logo's colors + adjusting responsiveness + adding new favicons

This commit is contained in:
2025-01-23 18:05:49 +01:00
parent a7b4788a6a
commit ec13f0c688
65 changed files with 151 additions and 55 deletions

View File

@@ -21,11 +21,11 @@ table.cv td, table th {
.table {
border: 1px solid;
font-size: 80%;
font-size: 1.2rem;
border-color: var(--section-light-bg-color);
//background-color: var(--section-light-bg-color);
background-color: var(--highlight-inverse-contrast);
color: var(--section-light-text-color);
color: var(--section-dark-text-color);
}
.table td, table th {