pas mal de retouches CSS

pull/23/head
Maxime ROCHER 4 months ago
parent 52f2b0c8f2
commit 5ea5c0b876

@ -8,7 +8,7 @@
--main-light-background-color: #ffffff; --main-light-background-color: #ffffff;
--main-light-text-color : #000000; --main-light-text-color : #000000;
--main-light-gradient : linear-gradient(45deg, #ff9a9e, #fad0c4, #fad0c4, #fad0c4, #fad0c4, #fad0c4, #fad0c4, #fad0c4); --main-light-gradient : linear-gradient(45deg, #73CFF6, #DE95CA);
--main-light-other-color : #d2d2d8; --main-light-other-color : #d2d2d8;
} }
@ -85,13 +85,13 @@ body.light-mode .header img{
} }
.light-mode::-webkit-scrollbar-thumb:hover { .light-mode::-webkit-scrollbar-thumb:hover {
background: linear-gradient(45deg, #ff9a9e, #fad0c4); background: linear-gradient(45deg, #a0e4ff, #f7cce6);
box-shadow: 0 0 15px rgba(255, 182, 193, 0.7), 0 0 30px rgba(255, 182, 193, 0.5); box-shadow: 0 0 15px rgba(160, 228, 255, 0.7), 0 0 30px rgba(247, 204, 230, 0.5);
transform: scale(1.1); transform: scale(1.1);
} }
.light-mode .theme-icon:hover, .light-mode .nav a:hover { .light-mode .theme-icon:hover, .light-mode .nav a:hover {
filter: brightness(0) saturate(100%) invert(85%) sepia(5%) saturate(5638%) hue-rotate(302deg) brightness(96%) contrast(107%); filter: brightness(0) saturate(100%) invert(84%) sepia(88%) saturate(6613%) hue-rotate(276deg) brightness(89%) contrast(95%);
} }
/* écran par défaut */ /* écran par défaut */
@ -139,6 +139,11 @@ body{
width: 20%; width: 20%;
} }
.logo:hover{
transform: scale(1.1);
transition: transform 0.3s ease-in-out;
}
.logo img{ .logo img{
height : 10vh; height : 10vh;
} }

@ -110,7 +110,7 @@ h2 {
/* écran tablette*/ /* écran tablette*/
@media (max-width: 1638px){ @media (max-width: 780px){
.suggestions-container { .suggestions-container {
flex-direction: column; flex-direction: column;
width: 100%; width: 100%;

Loading…
Cancel
Save