From f7cb90824e37756dce837e932bca348410673271 Mon Sep 17 00:00:00 2001 From: Battlefield Duck Date: Sat, 27 Jan 2024 05:18:07 +0800 Subject: [PATCH] Create main.css --- docs/template/public/main.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/template/public/main.css diff --git a/docs/template/public/main.css b/docs/template/public/main.css new file mode 100644 index 0000000..11d47b0 --- /dev/null +++ b/docs/template/public/main.css @@ -0,0 +1,5 @@ +/* Checkout https://getbootstrap.com/docs/5.3/customize/color/ for more customization options */ +body { + --bs-link-color-rgb: 235, 69, 158 !important; + --bs-link-hover-color-rgb: 211, 62, 142 !important; +} \ No newline at end of file