cambio colori a caso

This commit is contained in:
boyska 2022-04-08 12:10:26 +02:00
parent 86099a392d
commit 9baecf5a4b
37 changed files with 19 additions and 15 deletions

View file

@ -55,7 +55,7 @@ BANNER_ALL_PAGES = True
SITELOGO = "logo/logo.png"
# PAGE_BACKGROUND = 'images/background.jpg'
# THEME = 'themes/hackit0x15/'
THEME = "themes/maya0x17/"
THEME = "themes/to0x19/"
FAVICON = "images/cyberrights.png"
FONT_URL = "theme/css/anaheim.css"

View file

Before

Width:  |  Height:  |  Size: 308 KiB

After

Width:  |  Height:  |  Size: 308 KiB

View file

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 119 KiB

View file

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 119 KiB

View file

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 119 KiB

View file

Before

Width:  |  Height:  |  Size: 209 KiB

After

Width:  |  Height:  |  Size: 209 KiB

View file

Before

Width:  |  Height:  |  Size: 296 KiB

After

Width:  |  Height:  |  Size: 296 KiB

View file

@ -20,27 +20,31 @@ $c-mustard: #E9B000;
$c-blush: #EB6E80;
$c-aqua: #008F95;
$c-eerie-black: #222;
$c-lemon-meringue: #faf0ca;
$c-sandy-brown: #EE964B; // arancione
$c-maroon: #B7245C; // na specie di magenta
$c-star-command-blue: #2274A5;
// variant 1
$c-primary: $c-crimson-sky;
$c-secondary: $c-lightblue;
$c-tertiary: $c-ultramarine;
$c-quaternary: $c-indigo;
// $c-primary: $c-crimson-sky;
// $c-secondary: $c-lightblue;
// $c-tertiary: $c-ultramarine;
// $c-quaternary: $c-indigo;
/*
$c-text: $c-secondary;
$c-bg: $c-quaternary;
$c-bg-menu: adjust-color($c-bg, $lightness: -20%); //rgb(34, 34, 34);
//$c-titles: $c-primary;
$c-titles: $c-papaya;
*/
$c-primary: $c-sandy-brown;
$c-secondary: $c-lemon-meringue;
$c-tertiary: $c-eerie-black;
// $c-quaternary: $c-star-command-blue;
$c-quaternary: $c-maroon;
// https://coolors.co/006165-ee964b-faf0ca-c2d3cd-847e89
$c-text: #faf0ca;
$c-bg: #006165;
$c-text: $c-secondary;
$c-bg: $c-tertiary;
$c-bg-menu: adjust-color($c-bg, $lightness: -20%);
$c-titles: #ee964b;
$c-titles: $c-primary;
$c-links: $c-titles;
// $c-links: $c-quaternary;
$c-smalltitles: adjust-color($c-titles, $saturation: -15%, $lightness: -15%);
// variant 2