1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:17:35 +00:00

WebContent+LibWebView: Add support for user style sheets

This commit is contained in:
Sam Atkins 2023-08-21 15:50:31 +01:00 committed by Andreas Kling
parent 6dcd8d4a2c
commit ec340f03a5
7 changed files with 24 additions and 1 deletions

View file

@ -83,4 +83,6 @@ endpoint WebContentServer
toggle_media_mute_state() =|
toggle_media_loop_state() =|
toggle_media_controls_state() =|
set_user_style(String source) =|
}