File: custom.css

package info (click to toggle)
pystac-client 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 47,416 kB
  • sloc: python: 4,652; sh: 74; makefile: 60
file content (21 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.no-sidebar {
    display: none;
}

.card-text a {
    font-weight: 600;
    color: rgb(255, 26, 26);
}

.card-header p {
    font-size: large;
    font-weight: 600;
}

.navbar-brand img {
    height: 50px;
}

.navbar-brand {
    height: 75px;
}