mirror of
https://github.com/CopterExpress/clover.git
synced 2026-06-05 09:09:33 +00:00
12 lines
266 B
SCSS
12 lines
266 B
SCSS
.big-clover {
|
|
max-width: 80% !important;
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
/* change image for dark theme */
|
|
html .big-clover.dark { display: none; }
|
|
html.dark .big-clover { display: none; }
|
|
html.dark .big-clover.dark { display: block; }
|