Frontpage and Heatmap CSS tweaks (#13443)

* Frontpage and Heatmap CSS tweaks

- Make heatmap use primary color
- Defined secondary color shades
- Set various blue colors to CSS vars
- Misc tweaks

* remove a useless variable

* remove another useless variable

Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
silverwind 2020-11-07 22:04:40 +01:00 committed by GitHub
parent e461f0854f
commit 9aa8693e2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 207 additions and 175 deletions

View file

@ -82,7 +82,6 @@
&.feeds {
.news {
li {
display: flex;
align-items: baseline;
@ -138,6 +137,10 @@
border-radius: 3px;
word-break: break-all;
}
&:last-of-type .divider {
display: none !important;
}
}
.list {
@ -160,7 +163,7 @@
li {
&:not(:last-child) {
border-bottom: 1px solid #ebebeb;
border-bottom: 1px solid var(--color-secondary);
}
&.private {
@ -172,7 +175,7 @@
display: block;
.svg {
color: #888888;
color: var(--color-secondary-dark-6);
&.rear {
font-size: 15px;