Deleted LAM Cache

This commit is contained in:
Kevin Veen-Birkenbach 2025-02-11 11:43:24 +01:00
parent 7fc44b9a35
commit f76e7ae8b7

View File

@ -178,7 +178,14 @@ h1, h2, h3, h4, h5, h6, p{
button.icon-button {
color: var(--button-text-color) !important;
}
/** Mastodon Specific **/
/** LAM Specific **/
.lam-vertical-tabs-navigation li, .lam-vertical-tabs-navigation{
background-color: transparent !important;
border-color: transparent !important;
}
/** Mastodon Specific **/
div#mastodon div.compose-panel div.compose-form__highlightable{
background-color: var(--background-color) !important;
}