From de6bdcea1aa288b5fb3f67d2bc50520455304b75 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 4 Feb 2026 04:27:49 +0700 Subject: all: pembaruan template dan style Perubahan, * Update module ciigo, untuk pembaruan style yang baru * Ganti logo dengan warna putih * Gunakan warna yang mirip dengan situs resmi untuk tema terang dan gelap * Hapus link pada header tingkat 2 --- _content/index.css | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 _content/index.css (limited to '_content/index.css') diff --git a/_content/index.css b/_content/index.css new file mode 100644 index 0000000..a31fc1f --- /dev/null +++ b/_content/index.css @@ -0,0 +1,38 @@ +:root { + --light-anchor: #007d9c !important; + --light-bg-topbar: #007d9c !important; + --dark-anchor: #50b7e0 !important; + --dark-bg-mono: #2d2d2d !important; + --dark-bg-topbar: #007d9c !important; + --dark-bg: #202224 !important; + --dark-fg: #f0f1f2 !important; +} +a { + text-decoration: none; +} +a:hover { + text-decoration-line: underline; +} +.topbar .item { + padding: 0 1.5rem; +} +.topbar > a { + color: var(--dark-fg) !important; + font-weight: bold; + text-decoration-line: underline !important; +} +.header-logo { + background-color: transparent; +} +.header-logo { + width: 80px; + margin: 0; +} +.footer { + color: var(--dark-fg); +} +.footer a { + color: var(--dark-fg) !important; + font-weight: bold; + text-decoration: underline; +} -- cgit v1.3