mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2025-12-29 11:45:20 -05:00
26 lines
688 B
CSS
Executable File
26 lines
688 B
CSS
Executable File
/* Placement */
|
|
.qc-modal {top: 15vh !important;}
|
|
|
|
/* Width + Height */
|
|
.quick-command-container {width: 60vw !important;}
|
|
.quick-commands .VivaldiList {height: 60vh !important;}
|
|
|
|
/* Transparency */
|
|
.qc-entry, .quick-commands {background-color: var(--colorBgAlphaHeavy) !important;}
|
|
|
|
/* Selected line */
|
|
.quick-command[data-selected] {background-color: var(--colorHighlightBg) !important;}
|
|
|
|
/* Styling */
|
|
.qc-modal .modal-wrapper {
|
|
color: var(--colorFgIntense) !important;
|
|
background-color: var(--colorBgAlphaBlur) !important;
|
|
backdrop-filter: blur(3px);
|
|
border: 2px solid var(--colorAccentBgAlphaHeavy);
|
|
}
|
|
|
|
/* Quick command URL */
|
|
.quick-command-url {
|
|
opacity: 1 !important;
|
|
}
|