Skip to content
Snippets Groups Projects
Unverified Commit bfb11117 authored by Xaver Maierhofer's avatar Xaver Maierhofer
Browse files

[TASK] Improve night colors

parent 81a26b55
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,17 @@
@import 'modules/variables';
@import 'custom/variables';
$color-white: #111;
$color-white: #1c1c13;
$color-black: #fefefe;
$color-map-background: #0d151c;
$color-online: lighten($color-online, 25%);
html {
//@import 'modules/base';
body {
body,
textarea,
input {
background: $color-white;
color: lighten($color-black, 100);
}
......@@ -18,6 +22,15 @@ html {
border-bottom-color: lighten($color-white, 10%);
}
a {
color: $color-online;
text-decoration: none;
&:focus {
color: darken($color-online, 15%);
}
}
//@import 'modules/leaflet';
.leaflet-container {
background: $color-map-background;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment