diff --git a/bookface - loma/dark/bookface_dark.css b/bookface - loma/dark/bookface_dark.css index d2841c6..c85fc5a 100644 --- a/bookface - loma/dark/bookface_dark.css +++ b/bookface - loma/dark/bookface_dark.css @@ -1,9 +1,9 @@ /* Name : Bookface Dark Version : 1.0 - Licence : AGPL - Created on : 19.01.2025 - Author : Kristi H. @kmh@friendica.world feb @feb@loma.ml + Licence : AGPL + Created on : 19.01.2025 + Author : Kristi H. @kmh@friendica.world feb @feb@loma.ml */ :root { @@ -888,7 +888,7 @@ section > .generic-page-wrapper, .videos-content-wrapper, .suggest-content-wrapp background-color: #252728; color: #b0b3b8; box-shadow: 0 0 3px #dadada; - -webkit-box-shadow: 0 0 3px #2d2d2d; + -webkit-box-shadow: 0 0 1px #111; -moz-box-shadow: 0 0 3px #dadada; border-radius: 10px; } diff --git a/bookface - loma/light/bookface_light.css b/bookface - loma/light/bookface_light.css index f6f2327..f9c9305 100644 --- a/bookface - loma/light/bookface_light.css +++ b/bookface - loma/light/bookface_light.css @@ -914,6 +914,10 @@ p.wall-item-announce, border-radius: 50%; } +#cboxWrapper { + border-radius: 10px; +} + audio, progress, video { display: block; width: 100%;