1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-10 15:09:52 +02:00
CanvasBlocker/themes/default/layout.css
2019-05-02 23:46:20 +02:00

7 lines
235 B
CSS

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