Implement Web Assets' theme system and selection, and add 'light' theme #118

Merged
Márton Lente merged 97 commits from martonlente/extensions-website:ui/theme-light into main 2024-05-08 14:20:07 +02:00
Showing only changes of commit d03d345d2b - Show all commits

View File

@ -53,6 +53,9 @@
width: 3.2rem
z-index: -1
.activity-icon
top: 1.2rem
.profile-avatar
border: var(--border-width) solid var(--border-color)
background-color: var(--border-color)
@ -60,8 +63,9 @@
.comment-card
&:after
top: 3.2rem
.activity-icon
top: 2.0rem
top: 2.2rem
.activity-status-change
color: var(--color-text-tertiary)
@ -94,11 +98,11 @@
color: var(--color-text-tertiary)
display: flex
font-size: var(--fs-sm)
height: 1.8rem
height: var(--spacer-4)
justify-content: center
left: -.66rem
position: absolute
width: 1.8rem
width: var(--spacer-4)
/* Comment form */
.comment-form