Angleichen Rahmenfarbe Kontakte

This commit is contained in:
loma-one 2025-02-04 08:41:49 +01:00 committed by GitHub
parent eaea4059d0
commit 58dc5b0724
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View file

@ -1,9 +1,9 @@
/* /*
Name : Bookface Dark Name : Bookface Dark
Version : 1.0 Version : 1.0
Licence : AGPL Licence : AGPL
Created on : 19.01.2025 Created on : 19.01.2025
Author : Kristi H. @kmh@friendica.world feb @feb@loma.ml Author : Kristi H. @kmh@friendica.world feb @feb@loma.ml
*/ */
:root { :root {
@ -888,7 +888,7 @@ section > .generic-page-wrapper, .videos-content-wrapper, .suggest-content-wrapp
background-color: #252728; background-color: #252728;
color: #b0b3b8; color: #b0b3b8;
box-shadow: 0 0 3px #dadada; 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; -moz-box-shadow: 0 0 3px #dadada;
border-radius: 10px; border-radius: 10px;
} }

View file

@ -914,6 +914,10 @@ p.wall-item-announce,
border-radius: 50%; border-radius: 50%;
} }
#cboxWrapper {
border-radius: 10px;
}
audio, progress, video { audio, progress, video {
display: block; display: block;
width: 100%; width: 100%;