diff options
| author | Shulhan <m.shulhan@gmail.com> | 2026-02-04 04:27:49 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2026-02-04 04:28:47 +0700 |
| commit | de6bdcea1aa288b5fb3f67d2bc50520455304b75 (patch) | |
| tree | ebc158e0ed666ba7406df7f14877ea42c091b969 /_content/index.css | |
| parent | e7f3aca07d1bd4060a02bb8c5ff91b77f798ba75 (diff) | |
| download | golang-id-web-de6bdcea1aa288b5fb3f67d2bc50520455304b75.tar.xz | |
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
Diffstat (limited to '_content/index.css')
| -rw-r--r-- | _content/index.css | 38 |
1 files changed, 38 insertions, 0 deletions
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; +} |
