/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 26 févr. 2026, 14:09:34
    Author     : homer
*/

img{
    border: 1px solid red;
}
img:hover{
    border: 1px solid blue;
}
.app-name-link:hover{
    text-decoration: underline;
}

:root {
  --sidebar-width: 33rem;
  --content-max-width:70rem;
}
 