Develop #17

Merged
alisagerasimova merged 24 commits from develop into master 2026-03-30 13:22:09 +03:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f7ae74dd9b - Show all commits
+1 -1
View File
@@ -34,7 +34,7 @@ def color_detection(data, print_type='str'):
color = 'green'
elif r > b + 20 and r > g + 20 and r > 100:
color = 'red'
elif r > 150 and g > 150 and g > 150:
elif r > 150 and g > 150 and b > 150:
color= 'white'
else:
color = None
+1 -1
View File
@@ -183,7 +183,7 @@ h1 {
position: fixed;
top: 0;
left: 0;
width: 300px;
width: 240px;
height: 100%;
background: white;
z-index: 1000;