What is Nostr?
silverpill /
npub1df0…7gmw
2024-12-30 19:46:41
in reply to nevent1q…h2yd

silverpill on Nostr: FWC You mean assets/custom.css ? This feature is still experimental so there is no ...

FWC (nprofile…f3ma) You mean assets/custom.css ? This feature is still experimental so there is no example.

It is a simple CSS file. You can put whatever you want there, but the easiest way to get started is to override CSS variables. We have two sets of them, one for light mode and another one for dark mode:

https://codeberg.org/silverpill/mitra-web/src/commit/712322ae813df22119a7c0014480587ea71505c7/src/App.vue#L38-L114

Your custom.css might look like this:

:root {
/* Light theme */
--background-color: red;
}

[data-theme="dark"] {
/* Dark theme */
--background-color: green;
}
Author Public Key
npub1df0nthpgzfmvxrzj0cfypmmt45l0y770j260auqhm3l45hp3uhkqx27gmw