UI: Implement Web Assets' theme system, and add 'dark' theme #103972
@ -270,6 +270,10 @@ button.going-star
|
||||
.form-check-input
|
||||
transform: scale(1.5) translateX(calc(var(--spacer) * -1))
|
||||
|
||||
// TODO: remove rule after Web Assets v2 component nav-pills has been implemented
|
||||
martonlente marked this conversation as resolved
Outdated
|
||||
.list-group-item
|
||||
background-color: var(--box-bg-color)
|
||||
|
||||
// TODO: check and cleanup style definition in Web Assets
|
||||
.table-no-box
|
||||
tr
|
||||
|
Loading…
Reference in New Issue
Block a user
Hasn't this be implemented already?
08054cfd5f
Thanks for the reference. It was added to web-assets, but not yet implemented to the Conference website at the time of the commit. Now it's present on
main
, and I cleaned up the style in the PR that became redundant in the meanwhile. 👍