1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-10 07:09:49 +02:00
CanvasBlocker/themes/light/layout.css

7 lines
235 B
CSS
Raw Normal View History

body {
--background-color: rgb(255, 255, 255);
--input-background-color: rgb(249, 250, 249);
--text-color: rgb(12, 12, 13);
--link-color: blue;
--button-background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.1) 100%);
}