ssb: Too bright.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 22m30s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 22m30s
This commit is contained in:
@ -396,9 +396,9 @@ function is_dark(hex, value) {
|
||||
function generated() {
|
||||
let now = new Date();
|
||||
let k_color = rgb_to_hex([
|
||||
(now.getDay() * 255) / 6,
|
||||
(now.getHours() * 255) / 23,
|
||||
(now.getSeconds() * 255) / 59,
|
||||
(now.getDay() * 128) / 6,
|
||||
(now.getHours() * 128) / 23,
|
||||
(now.getSeconds() * 128) / 59,
|
||||
]);
|
||||
//let k_color = '#034f84';
|
||||
//let k_color = rgb_to_hex([Math.random() * 256, Math.random() * 256, Math.random() * 256]);
|
||||
|
Reference in New Issue
Block a user