Auswahl Linkfarbe Schema deaktiviert

This commit is contained in:
loma-one 2025-02-12 20:14:21 +01:00 committed by GitHub
parent ba3034dfc1
commit 13c298e690
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 8 deletions

View file

@ -1072,6 +1072,10 @@ code {
background-color: #1f91ca; background-color: #1f91ca;
} }
.form-group.field.input.color {
display: none;
}
iframe { iframe {
width: 100% !important; width: 100% !important;
height: auto !important; height: auto !important;

View file

@ -995,6 +995,10 @@ p.wall-item-announce,
background-color: #1f91ca; background-color: #1f91ca;
} }
.form-group.field.input.color {
display: none;
}
audio, progress, video { audio, progress, video {
display: block; display: block;
width: 100%; width: 100%;

View file

@ -31,5 +31,3 @@ $menu_background_hover_color = '#8080801a'; // rgba(128,128,128,.1)
$font_color = '#313131'; $font_color = '#313131';
$font_color_darker = '#333'; $font_color_darker = '#333';
$border_color = '#eee'; $border_color = '#eee';