Update 2 files

- /html/src/css/style.css
- /config/global.ini
This commit is contained in:
Jan BELLON 2024-03-11 21:50:47 +00:00
parent bff42fd862
commit fb84f19bd9
2 changed files with 7 additions and 3 deletions

View File

@ -37,6 +37,6 @@ A propos = "about.php"
1 = '--text: hsl(208, 100%, 0%); --background: hsl(215, 21%, 100%); --banner-background: hsl(216, 28%, 95%); --buttons: hsl(216, 28%, 95%)' 1 = '--text: hsl(208, 100%, 0%); --background: hsl(215, 21%, 100%); --banner-background: hsl(216, 28%, 95%); --buttons: hsl(216, 28%, 95%)'
[certifcolors] [certifcolors]
1 = "#ff0000" 1 = "#00638a"
2 = "#00ff00" 2 = "#d39367"
3 = "#0000ff" 3 = "#e2b477"

View File

@ -191,6 +191,10 @@ a {
font-weight: bold; font-weight: bold;
} }
.user-profile .certification {
transform: translate(0, +25%);
}
.row { .row {
display: inline-block; display: inline-block;
background-color: var(--banner-background); background-color: var(--banner-background);