Welcome to mirror list, hosted at ThFree Co, Russian Federation.

base.scss « css « src - github.com/jacobsun/hugo-theme-cole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: acab756db1d65b7c94df2214067e4853034c6b8a (plain)
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
31
32
33
@charset "UTF-8";

html {
    font-size: calc(1vh + 1vw)
}

body {
    margin     : 0;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

img {
    height   : auto;
    width    : 100%;
    max-width: 40vw;
}

.no-break {
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
}

.control {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.btn {
    cursor: pointer;
    text-decoration: none;
}