diff options
| author | murilo ijanc | 2026-03-24 21:45:05 -0300 |
|---|---|---|
| committer | murilo ijanc | 2026-03-24 21:45:05 -0300 |
| commit | 01c17c68277ff88fab812920732d9bbe9e6bb571 (patch) | |
| tree | 035398ae34263b981b621c6275835d2cc6847d57 /book/pt-br/theme/custom-eff59930.css | |
| parent | f186b71ca51e83837db60de13322394bb5e6d348 (diff) | |
| download | website-01c17c68277ff88fab812920732d9bbe9e6bb571.tar.gz | |
Remove old Zola-generated content, keep only the essential
landing page with about, contact, and license sections.
Diffstat (limited to 'book/pt-br/theme/custom-eff59930.css')
| -rw-r--r-- | book/pt-br/theme/custom-eff59930.css | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/book/pt-br/theme/custom-eff59930.css b/book/pt-br/theme/custom-eff59930.css deleted file mode 100644 index 447e899..0000000 --- a/book/pt-br/theme/custom-eff59930.css +++ /dev/null @@ -1,44 +0,0 @@ -/* === Tesseras Light Theme === */ -.light { - --bg: #faf8f5; - --fg: #2c2c2c; - --sidebar-bg: #1e3a5f; - --sidebar-fg: #e2ddd5; - --sidebar-non-existant: #8da4be; - --sidebar-active: #d4a84b; - --sidebar-spacer: #2a4a6f; - --scrollbar: #3a5a7f; - --icons: #6a8aaa; - --icons-hover: #d4a84b; - --links: #2a5a8f; - --inline-code-color: #1e3a5f; - --theme-popup-bg: #faf8f5; - --theme-popup-border: #d4cfc8; - --theme-hover: #f0ece6; - --quote-bg: #f0ece6; - --quote-border: #d4a84b; - --warning-border: #d4a84b; - --table-border-color: #d4cfc8; - --table-header-bg: #f0ece6; - --table-alternate-bg: #faf8f5; - --searchbar-border-color: #d4cfc8; - --searchbar-bg: #fff; - --searchbar-fg: #2c2c2c; - --searchbar-shadow-color: rgba(30, 58, 95, 0.1); - --searchresults-header-fg: #1e3a5f; - --searchresults-border-color: #d4cfc8; - --searchresults-li-bg: #f0ece6; - --search-mark-bg: #f5dfa0; -} - -/* === Sidebar Logo === */ -#mdbook-sidebar mdbook-sidebar-scrollbox { - top: 100px; -} - -#mdbook-sidebar { - background-image: url("../images/logo.png"); - background-repeat: no-repeat; - background-position: center 20px; - background-size: 60px auto; -} |