Skip to content

Commit

Permalink
Create custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
landaisbenj authored Oct 29, 2018
1 parent df4a8f8 commit ac9b4ad
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
@charset "UTF-8";

/* import css files */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url("css/fonts.css");

/*var in way of change color*/
:root {
/*use with var(--main-blue-color)*/
--main-bg-color: #f1f1f1;
--main-blue-color: #0b96cd;
--secondary-blue-color: #0bcdc7;
--main-item-bg-color: #fff;
--main-text-color: #000;
--secondary-text-color: gray;
}

/* Hide domoticz features */
#holder #copyright,
.navbar .brand img,
.navbar .brand h1,
.navbar .brand h2,
.navbar .brand hidden-phone{
display: none;
}

/*///////////////////////////////// body section //////////////////////////////*/
body {
background:var(--main-bg-color) !important;
color: #1a1a1a;
}

0 comments on commit ac9b4ad

Please sign in to comment.