mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
15 lines
254 B
CSS
15 lines
254 B
CSS
.et-badge {
|
|
background-color: #e2e8f0;
|
|
color: #334155;
|
|
font-size: 0.6em;
|
|
border-radius: 5px;
|
|
padding: 2px 6px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.et-badge:hover {
|
|
background-color: #cbd5e1;
|
|
color: #020617;
|
|
text-decoration: none;
|
|
}
|