css variables with light and dark variants

This commit is contained in:
Alejandro Gomez
2023-01-10 10:18:46 +01:00
parent e3aa1dc548
commit e074ed8060
18 changed files with 113 additions and 60 deletions

View File

@ -1,14 +1,15 @@
.copy {
user-select: none;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
}
.copy .body {
font-family: monospace;
font-size: 14px;
margin: 0;
width: 18em;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
background: var(--gray-secondary);
color: var(--font-color);
padding: 2px 4px;
border-radius: 10px;
margin: 0 4px 0 0;
}