Dampen title color of visited posts. Fixes #222

This commit is contained in:
spikecodes 2021-07-18 14:53:08 -07:00
parent a190890239
commit 345f8e7b80
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
4 changed files with 16 additions and 3 deletions

View file

@ -1,7 +1,7 @@
// Global specifiers
#![forbid(unsafe_code)]
#![warn(clippy::pedantic, clippy::all)]
#![allow(clippy::needless_pass_by_value, clippy::cast_possible_truncation, clippy::cast_possible_wrap, clippy::manual_find_map)]
#![allow(clippy::needless_pass_by_value, clippy::cast_possible_truncation, clippy::cast_possible_wrap, clippy::manual_find_map, clippy::unused_async)]
// Reference local files
mod post;