mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Add some styling to the copy button for programmatic output
This commit is contained in:
parent
9ddf3b58c3
commit
bfbe273ffd
1 changed files with 11 additions and 0 deletions
|
@ -665,6 +665,17 @@ To get started, just start typing below. You can also type / to see a list of co
|
||||||
border-bottom: 1px dotted var(--main-text-color);
|
border-bottom: 1px dotted var(--main-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.copy-button {
|
||||||
|
display: block;
|
||||||
|
border-radius: 4px;
|
||||||
|
background-color: var(--background-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
button.copy-button:hover {
|
||||||
|
background: #f5f5f5;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
@media (pointer: coarse), (hover: none) {
|
@media (pointer: coarse), (hover: none) {
|
||||||
abbr[title] {
|
abbr[title] {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue