Skip to content

Instantly share code, notes, and snippets.

@stefanpejcic
Created October 31, 2025 14:35
Show Gist options
  • Select an option

  • Save stefanpejcic/26bc386ba4ace00a29ff0c63e33f5674 to your computer and use it in GitHub Desktop.

Select an option

Save stefanpejcic/26bc386ba4ace00a29ff0c63e33f5674 to your computer and use it in GitHub Desktop.
csutom css for openpanel ui
.font-semibold , .font-medium {
font-weight: 400!important;
}
:root {
--tw-ring-color: oklch(62.3% .214 259.815)!important;
}
.rounded-lg , .rounded-md {
border-radius: 0.25em;
}
.rounded-xl {
border-radius: 5em;
}
.bg-gray-800, #dashboard_usage_title, #dashboard_howto_title, #dashboard_twofa_title, #dashboard_info_title, [id^="section-title-"], .bg-slate-700 {
background: oklch(62.3% .214 259.815)!important;
}
#dashboard_usage_title h2 , #dashboard_howto_title h2, #dashboard_twofa_title h2, #dashboard_info_title h2 , #sidebar h2 , [id^="section-title-"] h2 {
color: white!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment