Skip to content

Commit f32acd4

Browse files
committed
prefer preset styles for global css
1 parent da5f3d1 commit f32acd4

File tree

3 files changed

+6
-59
lines changed

3 files changed

+6
-59
lines changed

assets/main.css

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -6,70 +6,13 @@
66
src: url('./Federo-Regular.ttf');
77
}
88

9-
109
.tile {
1110
background-image: url('./calcit-tile.png');
1211
background-size: 163px 395px;
1312
}
1413

15-
body {
16-
margin: 0;
17-
overscroll-behavior-y: none;
18-
}
19-
20-
body * {
21-
flex-shrink: 0;
22-
box-sizing: border-box;
23-
}
24-
25-
::-webkit-scrollbar {
26-
width: 4px;
27-
height: 4px;
28-
}
29-
30-
::-webkit-scrollbar-track {
31-
background-color: hsla(0,0%,100%);
32-
}
33-
34-
::-webkit-scrollbar-thumb {
35-
background-color: hsla(200,100%,76%,0.8);
36-
}
37-
38-
::-webkit-scrollbar-corner {
39-
background-color: transparent;
40-
}
41-
42-
::-webkit-resizer {
43-
background-color: transparent;
44-
}
45-
4614
.md-block .md-p {
4715
font-size: 16px;
4816
margin: 24px 0px;
4917
line-height: 25px;
5018
}
51-
52-
.md-block pre.md-code-block {
53-
background-color: hsla(0, 0%, 98%, 0.6);
54-
border: 1px solid hsla(0, 0%, 90%, 0.9);
55-
overflow: auto;
56-
padding: 8px 8px;
57-
line-height: 21px;
58-
border-radius: 4px;
59-
font-size: 13px;
60-
61-
font-family: Menlo, Roboto Mono, Ubuntu Mono, Consolas, monospace;
62-
}
63-
64-
.md-block .md-p code {
65-
background-color: hsla(0, 0%, 98%, 0.8);
66-
border: 1px solid hsla(0, 0%, 90%, 0.9);
67-
font-size: 14px;
68-
padding: 2px 8px;
69-
border-radius: 4px;
70-
font-size: 13px;
71-
white-space: pre;
72-
}
73-
.md-block .md-p a {
74-
white-space: pre;
75-
}

calcit.cirru

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compact.cirru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
state $ either (:data states)
2828
{} $ :content "\""
2929
div
30-
{} $ :class-name css/global
30+
{} $ :class-name (str-spaced css/preset css/global)
3131
comp-bg
3232
div
3333
{} $ :class-name style-content

0 commit comments

Comments
 (0)