Update styles

This commit is contained in:
L3D 2023-11-01 17:25:35 +01:00
parent 43ebdf2881
commit 6339806cfc
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
7 changed files with 6 additions and 19 deletions

8
.gitignore vendored
View file

@ -7,11 +7,11 @@ package-lock.json
package.json
# scss
assets/css/root_index*.css
assets/css/default*.css
assets/css/schedule-aula*.css
assets/css/speaker-info-aula*.css
assets/css/upcoming-talk-aula*.css
assets/css/speaker*.css
assets/css/upcoming*.css
assets/css/fonts*.css
assets/css/schedule*.css
assets/css/talk-info-aula*.css
assets/css/talk-info*.css

View file

@ -1,4 +0,0 @@
@import "../styles/_base";
@import "../styles/_schedule";
@import "../styles/_clock";

View file

@ -1,3 +0,0 @@
@import "../styles/_base";
@import "../styles/_banner-speaker";

View file

@ -1,3 +0,0 @@
@import "../styles/_base";
@import "../styles/_banner-talk";

View file

@ -1,3 +0,0 @@
@import "../styles/_base";
@import "../styles/_upcoming-talk";

View file

@ -7,7 +7,7 @@
body {
color: rgb(255,255,255);
background: rgb(100,100,100);
background: $color-bg;
margin: 0px;
padding: 0px;
}

View file

@ -2,7 +2,7 @@ $full-width: 1920px;
$full-height: 1080px;
$color-bg: rgb(0, 20, 10);
$color-bg: rgb(0, 10, 23);
// $color-bg: rgb(20, 29, 36);
$color-bg-medium: rgb(7, 7, 74);