Skip to content

Commit

Permalink
Create ibracorp.css (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 authored Sep 15, 2022
1 parent d2381af commit 0a8dc52
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions css/community-theme-options/ibracorp.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
:root {
--main-bg-color: #262a2b;

--modal-bg-color: #333;
--modal-header-color: #232323;
--modal-footer-color: #232323;

--drop-down-menu-bg: #1b1b1b;

--button-color: #ef7a70;
--button-color-hover: #d16057;
--button-text: #eee;
--button-text-hover: #fff;

--accent-color: 239, 122, 112;
--accent-color-hover: rgb(var(--accent-color),.8);
--link-color: #ef7a70;
--link-color-hover: #d16057;
--label-text-color: #fff;

--text:#d16057;
--text-hover: #fff;
--text-muted: #999;

/*Specials*/
--arr-queue-color: #d16057; /* Servarr apps + Bazarr*/
--plex-poster-unwatched: #d16057;
--petio-spinner: invert(55%) sepia(68%) saturate(569%) hue-rotate(314deg) brightness(102%) contrast(87%);/* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
--gitea-color-primary-dark-4: 239, 122, 112;
--overseerr-gradient: linear-gradient(180deg, rgba(31, 31, 31, 0.17) 0%, rgba(31, 31, 31) 100%);
}

0 comments on commit 0a8dc52

Please sign in to comment.