hubzilla 8
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* hide theme switch */
|
||||
#theme-switch {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* disable likes */
|
||||
.wall-item-like {
|
||||
visibility: hidden;
|
||||
@@ -54,6 +59,9 @@ body {
|
||||
a:link {
|
||||
color: #63bd65;
|
||||
}
|
||||
.zinlcxmi {
|
||||
color: #63bd65;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #87ab63;
|
||||
@@ -364,3 +372,32 @@ blockquote {
|
||||
border-bottom-color: #444444;
|
||||
border-left-color: #444444;
|
||||
}
|
||||
|
||||
.generic-content-wrapper {
|
||||
border: 1px solid #444444;
|
||||
}
|
||||
|
||||
#notifications {
|
||||
background-color: #383c4a;
|
||||
}
|
||||
|
||||
[data-bs-theme="light"] .navbar.bg-body-tertiary {
|
||||
background-color: #2e323e !important;
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"] .navbar.bg-body-tertiary {
|
||||
background-color: #2e323e !important;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
--bs-navbar-color: #dddddd;
|
||||
}
|
||||
|
||||
.navbar-banner {
|
||||
color: #dddddd;
|
||||
}
|
||||
|
||||
.bg-body-secondary {
|
||||
--bs-bg-opacity: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user