mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-20 17:57:14 -04:00
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:
parent
e461f0854f
commit
9aa8693e2c
6 changed files with 207 additions and 175 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue