Created
October 31, 2025 14:35
-
-
Save stefanpejcic/26bc386ba4ace00a29ff0c63e33f5674 to your computer and use it in GitHub Desktop.
csutom css for openpanel ui
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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