mirror of
https://github.com/redlib-org/redlib.git
synced 2024-12-06 19:27:17 +01:00
3ff907d6c1
Release Build / Rust project - latest (aarch64-unknown-linux-musl) (push) Has been cancelled
Release Build / Rust project - latest (armv7-unknown-linux-musleabihf) (push) Has been cancelled
Release Build / Rust project - latest (x86_64-unknown-linux-musl) (push) Has been cancelled
Rust Build & Publish / build (push) Has been cancelled
Pull Request / cargo test (push) Has been cancelled
Pull Request / cargo fmt --all -- --check (push) Has been cancelled
Pull Request / cargo clippy -- -D warnings (push) Has been cancelled
14 lines
292 B
CSS
14 lines
292 B
CSS
/* Black theme setting */
|
|
.black {
|
|
--accent: #bb2b3b;
|
|
--green: #00a229;
|
|
--text: white;
|
|
--foreground: #0f0f0f;
|
|
--background: black;
|
|
--outside: black;
|
|
--post: black;
|
|
--panel-border: 2px solid #0f0f0f;
|
|
--highlighted: #0f0f0f;
|
|
--visited: #aaa;
|
|
--shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
} |