Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 37a5d79

Browse files
💄 Add global styles
1 parent 1e02249 commit 37a5d79

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

static/global.css

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
::selection {
2+
background-color: #ddd;
3+
}
4+
5+
code {
6+
font-family: menlo, inconsolata, monospace;
7+
font-size: calc(1em - 2px);
8+
color: #555;
9+
background-color: #f0f0f0;
10+
padding: 0.2em 0.4em;
11+
border-radius: 2px;
12+
}
13+
14+
[disabled] {
15+
pointer-events: none;
16+
opacity: 0.5;
17+
}

0 commit comments

Comments
 (0)