source: tanzpartie-hugo/static/custom.css @ 17788

Last change on this file since 17788 was 16971, checked in by Henrik Bettermann, 2 years ago
File size: 826 bytes
Line 
1.bilberry-hugo-theme header {
2  background-color: #6a2828;
3  color: #f1f1f1;
4}
5
6.bilberry-hugo-theme header .toggler {
7        background: #4e0000;
8}
9
10.bilberry-hugo-theme header .languages {
11        background-color: #4e0000;
12}
13
14.bilberry-hugo-theme header.sticky {
15        padding-top: 40px;
16}
17
18.bilberry-hugo-theme nav {
19        background: #4e0000;
20        line-height: 0px;
21}
22
23.bilberry-hugo-theme nav .search input {
24        background-color: #6a2828;
25}
26
27.bilberry-hugo-theme nav .search input:focus, .bilberry-hugo-theme nav .search input:hover {
28        background-color: #7e4e4e;
29}
30
31.bilberry-hugo-theme nav ul li a:hover {
32        background-color: #6a2828;
33}
34
35.bilberry-hugo-theme header .container {
36        min-height: 13rem;
37}
38
39.bilberry-hugo-theme nav .container {
40        min-height: 0px;
41}
42
43.bilberry-hugo-theme article .content blockquote {
44        font-size: 0.9em;
45        padding: 1em;
46}
47
Note: See TracBrowser for help on using the repository browser.