summaryrefslogtreecommitdiff
path: root/static/css/custom.css
blob: fd1f8518ef3d88bad721c40a9ff59fe3841dcb30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.sidebar {
  background-image: linear-gradient(188.82deg, #44718F 1.39%, #5F5F5F 98.14%); 
}

.sidebar-home {
  width: 100%;
  height: 100%;
  position: static;
}

.img-left {
  position: fixed;
  margin-left: initial;
}

body > aside > div > div > h1 {
  font-style: italic;
}