mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
Updated files
This commit is contained in:
Executable
+25
@@ -0,0 +1,25 @@
|
||||
/* 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;
|
||||
}
|
||||
Reference in New Issue
Block a user