From 0b0d8e4d8ddf78310f99eeebd5eca51c03b1b2f4 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Tue, 10 Dec 2024 01:51:51 -0600 Subject: [PATCH] core: keep TRIANTA blue and unbordered --- default.css | 6 ++++++ index.html | 4 ++-- pages/completed/index.html | 2 +- pages/contact/index.html | 2 +- pages/current/index.html | 2 +- pages/other/index.html | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/default.css b/default.css index d361571..b3f7feb 100644 --- a/default.css +++ b/default.css @@ -31,6 +31,12 @@ body { width: 100%; } +#trianta { + font-size: 3.5rem; + color: #06CDFF; + border: none; +} + .canvas { margin: auto; display: inline-block; diff --git a/index.html b/index.html index 87ee1de..3b47b75 100644 --- a/index.html +++ b/index.html @@ -3,12 +3,12 @@