From 991d31a7210b1973c2bf2368768962b2dee41d70 Mon Sep 17 00:00:00 2001 From: Cesium Date: Sat, 31 Aug 2024 17:30:07 +0000 Subject: [PATCH] ill use my own color now --- index.html | 2 +- styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1ba5810..d6e20ca 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ Cesium - + diff --git a/styles.css b/styles.css index 1cf14d5..3ad800b 100644 --- a/styles.css +++ b/styles.css @@ -26,7 +26,7 @@ p { font-size: 1.2em; } a { - color: #bb99ff; + color: #ff44bb; text-decoration: none; text-shadow: 0 0 5px; }