This repository was archived by the owner on Jul 7, 2026. It is now read-only.
fix(reservas): apply ClassLink colors to page title#194
Merged
Conversation
Replaces the inline gradient on the reservations page title with a simple CSS class that uses the existing ClassLink theme colors. This keeps the header spacing and description unchanged while preserving readable title colors in light and dark mode. Tested with php -l reservas/index.php and git diff --check. Co-authored-by: Codex <noreply@openai.com>
|
📝 Manual Update Required? It looks like you've modified core logic. Please check if the user manual needs a refresh! @marpisco |
Owner
Author
|
@codex Change this to fit the rest of the titles like the module, nevermind the original prompt. Take the example of /reservar/index.php. Modify it to fit that font style (not centered, keep it justified to the left). |
Summary
Testing
|
|
📝 Manual Update Required? It looks like you've modified core logic. Please check if the user manual needs a refresh! @marpisco |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Description
spancom o gradiente inline por<span class="classlink-page-title">As Minhas Reservas</span>emreservas/index.php..classlink-page-title { color: var(--primary-color); font-weight: 700; }e[data-bs-theme="dark"] .classlink-page-title { color: var(--secondary-color); }no bloco<style>emreservas/index.phppara usar as variáveis de tema existentes.h2e a descriçãoGerir e acompanhar as suas reservas de salasinalterados para preservar o espaçamento e o texto.Testing
php -l reservas/index.phpcom sucesso sem erros de sintaxe.git diff --checksem encontrar problemas.Codex Task