1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-08 06:17:47 +02:00
CanvasBlocker/themes/dark/layout.css

7 lines
243 B
CSS
Raw Normal View History

body {
--background-color: rgb(74, 74, 79);
--input-background-color: rgb(53, 56, 54);
--text-color: rgb(249, 249, 250);
--link-color: lightblue;
--button-background-image: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.1) 100%);
}