Skip to content

Instantly share code, notes, and snippets.

@kvgc
Created March 17, 2022 23:34
Show Gist options
  • Save kvgc/9bd2f6a93f0bbcd3bc486a6ca3a96b18 to your computer and use it in GitHub Desktop.
Save kvgc/9bd2f6a93f0bbcd3bc486a6ca3a96b18 to your computer and use it in GitHub Desktop.
Custom css to style the sidebar in promnesia (https://github.com/karlicoss/promnesia)
#promnesia-sidebar {
--right: 1;
--size: 30%;
background-color: #ffffff;
opacity: 95%;
font-family: 'math';
font-size: 18px;
}
#promnesia-sidebar-container {
border-radius: 5px;
}
#promnesia-sidebar-container .context:hover {
background-color: #CFE5FC;
font-size: 22px;
}
#promnesia-sidebar-container .context{
font-family: 'math';
border-radius: 5px;
border-left: 6px solid darkblue;
font-size: 20px;
}
#promnesia-sidebar-container .src{
font-family: 'math';
font-size: 20px;
color: #F26000;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment