diff --git a/config/global.ini b/config/global.ini index a14e19c9..b5c405fc 100644 --- a/config/global.ini +++ b/config/global.ini @@ -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%)' [certifcolors] -1 = "#ff0000" -2 = "#00ff00" -3 = "#0000ff" \ No newline at end of file +1 = "#00638a" +2 = "#d39367" +3 = "#e2b477" \ No newline at end of file diff --git a/html/src/css/style.css b/html/src/css/style.css index 8fac89b8..94f29773 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -191,6 +191,10 @@ a { font-weight: bold; } +.user-profile .certification { + transform: translate(0, +25%); +} + .row { display: inline-block; background-color: var(--banner-background);