mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00: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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user