2
0

🛂 Improve lite-badge style forcing

This commit is contained in:
Baptiste Arnaud
2023-03-21 17:42:07 +01:00
parent 925cf68119
commit a41c65f528

View File

@ -1,4 +1,4 @@
.lite-badge {
#lite-badge {
position: absolute !important;
padding: 4px 8px !important;
background-color: white !important;
@ -21,6 +21,6 @@
transition: background-color 0.2s ease-in-out !important;
}
.lite-badge:hover {
#lite-badge:hover {
background-color: #f7f8ff !important;
}