Bonjourr is customisable through its settings interface, but there are many more things you
can do! Copy and paste those style snippets in their dedicated section of the settings to
unlock some new possibilities.
Want your own style snippet here?
Contact us!
Backgrounds I like my backgrounds fast. /* Faster background transition on startup */
transition : transform 0.2 s , opacity 0 s ;
Unicolor is the new meta /* Makes background a uniform color. */
/* Replace '#CC7722' with your color of choice. */
background-color : # cc7722 ;
Clock See both AM & PM at the same time [ data-ampm = "pm" ] . digital-am ,
[ data-ampm = "am" ] . digital-pm {
[ data-ampm ] . digital-ampm {
I like my clocks thick /* Change analog clock width */
width : calc ( var ( --anlg-w ) * 4 );
height : calc ( var ( --anlg-w ) * 4 );
border-width : calc ( var ( --anlg-w ) * 2 );
width : calc ( var ( --anlg-w ) * 2 );
margin-left : calc ( var ( --anlg-w ) * -1 );
. analog . analog-seconds {
Rolex 😎 background-image : url ( 'https://bonjourr.fr/misc/rolex.png' ) !important ;
Greetings I want my own greeting /* Sets a custom greeting phrase */
# interface # greetings : before {
content : 'Your custom greeting' ;
Fonts My fonts shall be black (or any other color 😯) /* Changes font color. "black" can be any css-safe color code. */
And my clock shall be black too Other I don't care about artist exposure /* Hides photo author credits. */
transition : opacity 0.4 s , visibility 0.4 s ;
# credit-container : hover # credit {
23 what, carrots? /* Adds a C after the temperature. */
# tempContainer p :: after {
No GPU, only CPU 😠 /* This disables graphics intensive "backdrop-filter" style property on some elements. */
backdrop-filter : none !important ;
background-color : # f2f2f7 ;
body . dark # element-mover ,
body . autodark # bookmarks ,
body . autodark # element-mover {
For laggy computers /* Disables most settings transitions and animations. */
transform : translateX ( 0 ) !important ;
transition : none !important ;