diff --git a/pale-rainbow.css b/pale-rainbow.css index b0b60da..7239a90 100644 --- a/pale-rainbow.css +++ b/pale-rainbow.css @@ -37,6 +37,10 @@ i.fa , .fields .sr-only , address .sr-only , .recent.statuses .thread article header +, .profile > h2 +, .about-user .col-header +, .about-user h4.sr-only +, .profile .statuses .col-header { display : none } .recent.statuses .thread article @@ -52,4 +56,55 @@ i.fa html { scrollbar-color: unset; +} + +.profile .about-user .fields +, .profile .about-user .bio +, .profile .about-user .accountstats +{ + border-radius: var(--br); + padding: 0.75rem; +} +.profile .about-user .bio +{ + order: -1; +} +.profile .about-user .fields .field +{ + padding: 0.25rem 0 0.5rem 0; +} +.profile .about-user .fields .field:first-child +{ + padding-top: 0; + border-top: unset; +} +.profile .about-user .fields .field:last-child +{ + padding-bottom: 0; + border-bottom: unset; +} + +.profile .about-user +{ + display: flex; + flex-direction: column; + gap: 1rem; +} + +article +, .thread .status +{ + border : unset; + border-radius: var(--br); +} + +.status.expanded .status-info +{ + border-bottom-left-radius: var(--br); + border-bottom-right-radius: var(--br); +} + +.thread +{ + gap: 1rem; } \ No newline at end of file diff --git a/preview.png b/preview.png index 6433273..e227323 100644 Binary files a/preview.png and b/preview.png differ