We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66afc97 commit af5862dCopy full SHA for af5862d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pastemp"
3
-version = "0.4.0"
+version = "0.4.5"
4
edition = "2021"
5
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
6
templates/style.css
@@ -4,6 +4,7 @@
scrollbar-color: var(--fg-scrollbar) var(--color-background);
transition-duration: 0.25s;
font-family: sans-serif;
7
+ tab-size: 4;
8
}
9
10
html {
0 commit comments