diff --git a/shell/evince.css b/shell/evince.css index 8653dec6..63afebfc 100644 --- a/shell/evince.css +++ b/shell/evince.css @@ -3,8 +3,8 @@ } #ev-loading-message { - background-color: @info_bg_color; - color: @info_fg_color; + background-color: @theme_bg_color; + color: @theme_fg_color; border-radius: 10px; padding: 10px; }