colora meglio
This commit is contained in:
parent
3c5eac5a26
commit
113507b82d
1 changed files with 6 additions and 3 deletions
|
@ -22,6 +22,7 @@ $c-aqua: #008F95;
|
|||
|
||||
$c-eerie-black: #222;
|
||||
$c-lemon-meringue: #faf0ca;
|
||||
$c-international-orange-golden-gate-bridge: #C03221; // quasi rosso
|
||||
$c-sandy-brown: #EE964B; // arancione
|
||||
$c-maroon: #B7245C; // na specie di magenta
|
||||
$c-star-command-blue: #2274A5;
|
||||
|
@ -32,7 +33,7 @@ $c-star-command-blue: #2274A5;
|
|||
// $c-tertiary: $c-ultramarine;
|
||||
// $c-quaternary: $c-indigo;
|
||||
|
||||
$c-primary: $c-sandy-brown;
|
||||
$c-primary: $c-international-orange-golden-gate-bridge;
|
||||
$c-secondary: $c-lemon-meringue;
|
||||
$c-tertiary: $c-eerie-black;
|
||||
// $c-quaternary: $c-star-command-blue;
|
||||
|
@ -43,7 +44,7 @@ $c-text: $c-secondary;
|
|||
$c-bg: $c-tertiary;
|
||||
$c-bg-menu: adjust-color($c-bg, $lightness: -20%);
|
||||
$c-titles: $c-primary;
|
||||
$c-links: $c-titles;
|
||||
$c-links: adjust-color($c-text, $lightness: -15%); // $c-titles;
|
||||
// $c-links: $c-quaternary;
|
||||
$c-smalltitles: adjust-color($c-titles, $saturation: -15%, $lightness: -15%);
|
||||
|
||||
|
@ -75,7 +76,9 @@ body {
|
|||
line-height: 1.5em;
|
||||
}
|
||||
a, a:focus, a:hover, a:visited { color: $c-links; }
|
||||
h1 > (a, a:focus, a:active) { color: $c-titles; }
|
||||
#header-row { // il titolo va colorato non come fosse un link
|
||||
a, a:focus, a:active { color: $c-titles; }
|
||||
}
|
||||
#all-wrapper {
|
||||
padding-right: 8vw;
|
||||
padding-left: 2vw;
|
||||
|
|
Loading…
Reference in a new issue