remnote-css/colored-rem-references.css at main · anishaaa1/remnote-css

PHOTO EMBED

Sun Dec 11 2022 00:23:39 GMT+0000 (Coordinated Universal Time)

Saved by @dejavu #css

:root { /* Try one of these to start with. */
	--plum: plum; /* HEX: #dc9fdd */
	--purple: #9381ff;
	--plumdm: #ffbcff;
	--blue: royalblue;
	--lightcoral: lightcoral;
}
/* Light Mode */
.rem-reference {
/* To use one of the above color variants, replace --purple in var(--purple) with any of the above.
For example, to use the light coral color → color: var(--lightcoral) */
	color: var(--plum);
/* You can also choose other colors by replacing var(--plum) with the hex code of your chosen color.
For example, to use white → color: #fff */
	padding: 0px!important;
}
/* Dark Mode */
.dark .rem-reference {
	color: var(--plumdm);
	padding: 0px!important;
}
content_copyCOPY

remnote

https://github.com/anishaaa1/remnote-css