Updated README.md and CSS

This commit is contained in:
2025-03-11 13:26:01 +01:00
parent c60a296e3d
commit 9053cced6e
2 changed files with 9 additions and 6 deletions

View File

@@ -544,7 +544,7 @@ body#custom-css {
--greyForegroundColor: var(--color-50); /* Original tone: #585858 medium gray */
--greyBackgroundColor: var(--color-90); /* Original tone: #E5E5E5 light gray */
--greySecondaryBackgroundColor: var(--color-91); /* Original tone: #EFEFEF very light gray */
--menuBackgroundColor: var(--color-01); /* Original tone: #000 black */
--menuBackgroundColor: var(--color-82); /* Original tone: #000 black */
--menuForegroundColor: var(--color-99); /* Original tone: #fff white */
--submenuBackgroundColor: var(--color-95); /* Original tone: #F7F7F7 off-white/light gray */
--channelBackgroundColor: var(--color-93); /* Original tone: #f6ede8 warm light beige */
@@ -567,6 +567,9 @@ div.searchbox input.autocomplete-input{
background-repeat: no-repeat;
}
html[native-dark-active] my-app button, button {
background-color: transparent;
}
/** Pixelfed **/