1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-05 15:07:11 +02:00

ombi fixes

This commit is contained in:
gilbn 2021-08-03 22:37:24 +02:00
parent c59b63f030
commit 20a77c34e7
2 changed files with 9 additions and 6 deletions

View File

@ -19,8 +19,7 @@ html,
body,
.wizard-background,
.content-container,
.mat-sidenav-container,
.content-container .top-bar-container {
.mat-sidenav-container {
color: var(--text) !important;
background: var(--main-bg-color) !important;
background-repeat: repeat, no-repeat;
@ -32,6 +31,10 @@ body,
-o-background-size: auto, cover;
}
.content-container .top-bar-container {
background: transparent !important;
}
.h1,
.h2,
.h3,
@ -231,7 +234,7 @@ a:hover {
margin: 10px auto auto !important;
}
@media (min-width: 768px) {
/* @media (min-width: 768px) {
.content-container {
margin-left: 255px !important;
}
@ -239,7 +242,7 @@ a:hover {
.content-container .section {
margin: 6px !important;
}
}
} */
/* MOBILE */
@media (min-width: 768px) {

View File

@ -12,11 +12,11 @@
--button-text: #e5e7eb;
--button-text-hover: #fff;
--accent-color: 79, 70, 229;
--accent-color: 167, 139, 250;
--accent-color-hover: rgb(var(--accent-color),.8);
--link-color: #6366f1;
--link-color-hover: #a78bfa;
--label-text-color: #d1d5db;
--label-text-color: #000;
--text: #d1d5db;
--text-hover: #fff;