mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
30b97df8fc
commit
59c75cdbaa
7 changed files with 99 additions and 46 deletions
|
@ -7,4 +7,5 @@ body {
|
|||
--button-background-image: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.1) 100%);
|
||||
--stacked-inputs-border-color: rgb(255, 0, 255);
|
||||
--stacked-inputs-focus-color: rgb(255, 196, 0);
|
||||
--highlight-color: rgb(203, 255, 192);
|
||||
}
|
|
@ -7,4 +7,5 @@ body {
|
|||
--button-background-image: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.1) 100%);
|
||||
--stacked-inputs-border-color: rgb(92, 92, 97);
|
||||
--stacked-inputs-focus-color: rgb(92, 92, 97);
|
||||
--highlight-color: rgb(26, 92, 24);
|
||||
}
|
|
@ -7,4 +7,5 @@ body {
|
|||
--button-background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.1) 100%);
|
||||
--stacked-inputs-border-color: rgb(185, 185, 185);
|
||||
--stacked-inputs-focus-color: rgb(236, 237, 236);
|
||||
--highlight-color: rgb(203, 255, 192);;
|
||||
}
|
|
@ -7,4 +7,5 @@ body {
|
|||
--button-background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.1) 100%);
|
||||
--stacked-inputs-border-color: rgb(222, 222, 222);
|
||||
--stacked-inputs-focus-color: rgb(240, 240, 240);
|
||||
--highlight-color: rgb(203, 255, 192);;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue