keep flashy map icon in feed

This commit is contained in:
2026-04-17 20:23:59 +02:00
parent 932f950ed8
commit 3416ace4ee
11 changed files with 41 additions and 13 deletions
+5 -2
View File
@@ -38,10 +38,13 @@ $download-hover: #0078A8;
//Legend colors
$legend: $default;
$main-track: #00ff78;
$off-track: #0000ff;
$hitchhiking: #ff7814;
//Tracks
$track-start: $message;
$track-end: #FF7814;
$track-start: $main-track;
$track-end: $hitchhiking;
//Loader
$loader: $default-bg;
-1
View File
@@ -18,7 +18,6 @@
button[name=submit] {
margin-left: 1em;
margin-bottom: 0.5em;
}
}
+6 -2
View File
@@ -146,8 +146,12 @@ $panel-actual-width: min($panel-width, #{$panel-width-max});
color: color.$default;
}
&:hover .fa {
color: color.$default-hover;
&:hover {
background-color: color.$default-inv-bg;
.fa {
color: color.$default-inv;
}
}
}
}
+2 -2
View File
@@ -38,8 +38,8 @@
.fa-stack {
.fa-message {
font-size: 32px;
text-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
color: color.$message-bg;
text-shadow: color.$over-img-shadow 3px 3px 3px;
color: color.$main-track;
}
.fa-message-in {
font-size: 13px;