  /*
 Theme Name:   Saloni Furniture
 Theme URI:    https://saloni.furntiure/
 Description:  Art of Furniture
 Author:       Theme Solutions
 Author URI:   https://theme.solutions/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

a, a:active, a:focus {
   outline: none !important;
}

*, *:active, *:focus {
   outline: none !important;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tech-thumb {
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.tech-thumb:hover {
    background-color: var(--light) !important;
    border: 1px solid var(--primary) !important;
}
