mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-09-02 02:15:41 -04:00
14 lines
280 B
CSS
Executable File
14 lines
280 B
CSS
Executable File
#browser.break-mode {
|
|
background-image: var(--browserBackgroundImage) !important;
|
|
}
|
|
|
|
#browser.break-mode #webview-container {
|
|
background-color: unset;
|
|
}
|
|
|
|
#browser.break-mode #header,
|
|
#browser.break-mode #main,
|
|
#browser.break-mode #footer {
|
|
display: none !important;
|
|
}
|