mirror of
https://github.com/safing/web
synced 2025-09-02 11:09:03 +00:00
Improve colors
This commit is contained in:
parent
0bb28b0e02
commit
5f63062f19
2 changed files with 9 additions and 3 deletions
|
@ -1,12 +1,15 @@
|
|||
body, .ui.header, h1, h2, h3, h4, h5, h6, p {
|
||||
font-family: 'Roboto', 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
a{
|
||||
color: $primary;
|
||||
color: $anchor;
|
||||
}
|
||||
a:hover{
|
||||
color: $secondary;
|
||||
color: $anchor_hover;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.color-primary {
|
||||
color: $primary;
|
||||
}
|
||||
|
|
|
@ -6,10 +6,13 @@ $fill_medium: #38465c !default;
|
|||
$fill_dark: #222a37 !default;
|
||||
|
||||
// adaptions
|
||||
$background_main: #e0e1e2 !default;
|
||||
$background_main: #f7f7f7 !default;
|
||||
$fill_lighter: #788294 !default;
|
||||
$secondary: $fill_medium;
|
||||
|
||||
$anchor: #0078ff;
|
||||
$anchor_hover: #258bff;
|
||||
|
||||
// other colors
|
||||
$color_mine_shaft_approx: #333 !default;
|
||||
$color_alto_approx: #ddd !default;
|
||||
|
|
Loading…
Add table
Reference in a new issue