1
0
Fork 0
forked from forgejo/forgejo

Color and Style enhancements (#21784, #21799) (#21868)

Backport #21784
Backport #21799

These PRs provide tweaks and simplification to the less/css selectors, simplifying text color selectors and tweak arc-green colors with a follow-up to adjust the timeline 

See the original PRs for more details
This commit is contained in:
silverwind 2022-11-20 11:47:02 +01:00 committed by GitHub
parent 7a004ad7eb
commit ef08998bf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 81 additions and 133 deletions

View file

@ -829,7 +829,7 @@
.timeline-avatar {
position: absolute;
left: -72px;
left: -68px;
img {
width: 40px !important;
@ -846,7 +846,6 @@
.avatar img {
width: 20px;
height: 20px;
margin: 0 .25rem;
vertical-align: middle;
}
@ -981,10 +980,6 @@
margin-top: 4px;
}
.author {
font-weight: 600;
}
.comment-form-reply .footer {
padding-bottom: 1em;
}
@ -1165,9 +1160,12 @@
padding-left: 15px;
.detail {
font-size: .9rem;
margin-top: 5px;
margin-left: 8px;
margin-top: 4px;
margin-left: 14px;
.svg {
margin-right: 2px;
}
}
.segments {
@ -2673,12 +2671,10 @@
a {
color: var(--color-text);
text-decoration: none;
}
a:hover {
color: var(--color-primary);
text-decoration: none;
}
}