mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-21 06:48:04 +00:00
Aggregation
This commit is contained in:
@ -179,6 +179,13 @@ code,
|
||||
font-family: Menlo, monospace;
|
||||
}
|
||||
|
||||
.settinggrid {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 3fr;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
@keyframes flashGreen {
|
||||
0% {
|
||||
color: #0d0;
|
||||
|
Reference in New Issue
Block a user