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

7 lines
254 B
CSS

body {
--background-color: rgb(218, 244, 250);
--input-background-color: rgb(228, 253, 169);
--text-color: rgb(102, 42, 34);
--link-color: rgb(5, 197, 188);
--button-background-image: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.1) 100%);
}