bluenevus commited on
Commit
bb7794f
·
verified ·
1 Parent(s): ab4acd6

Update assets/custom.css

Browse files
Files changed (1) hide show
  1. assets/custom.css +9 -0
assets/custom.css CHANGED
@@ -49,4 +49,13 @@ body {
49
  .btn:hover {
50
  overflow: visible;
51
  white-space: normal;
 
 
 
 
 
 
 
 
 
52
  }
 
49
  .btn:hover {
50
  overflow: visible;
51
  white-space: normal;
52
+ }
53
+
54
+ /* New styles for left navigation and main window */
55
+ .container-fluid > .row > .col-3 {
56
+ background-color: #eeeeee;
57
+ }
58
+
59
+ .container-fluid > .row > .col-9 {
60
+ background-color: #FFFFFF;
61
  }