diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-29 17:08:10 +0100 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-29 17:08:10 +0100 |
| commit | e35331bee9753d40f8c426b0c69dd7713ca0c1b0 (patch) | |
| tree | 3e1efc9c9c94f854f89e90975284b5e27547f3db /static/style.css | |
| parent | dd31c88a85a0301ea01484f9d3030694b0ecbbce (diff) | |
updates to css template and dns guide
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index dff0f30..f63fd6e 100644 --- a/static/style.css +++ b/static/style.css @@ -63,11 +63,14 @@ h1 { text-align: center; } -h1, -h2 { +h1 { color: #bb9af7; } +h2 { + color: #2ac3de; +} + h3, h4, h5, |
