/* This must be the first line of the custom.css with other import rules */
@import url('https://rcvd.github.io/logseq-bear-theme/bear.css');

/* You can toggle these variables between "block" (Visible) and "none" (Hidden) to show or hide different elements of the UI */
:root {
  --display-recent-pages: none;
  --display-search-button: none;
  --display-arrow-navigation: block;
  --display-help-button: none;
}

/* You can also add other styles below to override the default theme values */
