File: liquid.css

package info (click to toggle)
liquidprompt 2.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,572 kB
  • sloc: sh: 3,621; python: 33; makefile: 15
file content (30 lines) | stat: -rw-r--r-- 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

.wy-side-nav-search {
    background-color: #3771c8;
}

.wy-nav-side {
    background-color: #1a1a1a;
}

a {
    color: #3771c8;
}

a:hover {
    text-decoration: underline;
}

a.external:after {
    content: " (↗)";
}

.wy-nav-side a {
    color: #87aade;
}

.wy-side-nav-search a {
    color: #e3e2db;
    font-size: large;
}