* Add color mode selector in footer * Interpret color mode from cookie * Update render-page.js * Delete color-mode.js * Update render-page.js * Make this more resilient to HTML tag changes * Update scroll-button.scss
10 lines
194 B
SCSS
10 lines
194 B
SCSS
button.toggle-images {
|
|
background-color: var(--color-auto-blue-5);
|
|
color: var(--color-text-inverse);
|
|
display: block;
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 50%;
|
|
border: none;
|
|
}
|